Files
guacamole-client/extensions/guacamole-auth-header/src/main/resources/guac-manifest.json
2020-02-27 14:02:45 -05:00

13 lines
239 B
JSON

{
"guacamoleVersion" : "1.2.0",
"name" : "HTTP Header Authentication Extension",
"namespace" : "guac-header",
"authProviders" : [
"org.apache.guacamole.auth.header.HTTPHeaderAuthenticationProvider"
]
}