OpenID Connect Auth
Instructions for authenticating users with OpenID Connect
Installing OpenID Connect support for Guacamole
$ sudo yum install kcm-guacamole-auth-sso-openidConnecting Guacamole to OpenID Connect
$ sudo vi /etc/guacamole/guacamole.properties##
## [OPENID-1] Identity provider details
##
## The details of the identity provider (IdP) that Guacamole should use for
## authentication. These properties dictate how Guacamole should communicate
## with the IdP, including the how users should be redirected for
## authentication by the IdP. THIS INFORMATION IS REQUIRED if the OpenID
## extension will be used.
##
## If your IdP implements "OpenID Connect Discovery", these values can be
## found within the JSON file hosted at:
##
## https://identity-provider/.well-known/openid-configuration
##
## where "https://identity-provider" is the base URL of the IdP.
##
#openid-authorization-endpoint: https://myprovider.example.net/sso/openid/auth
#openid-jwks-endpoint: https://myprovider.example.net/sso/openid/certs
#openid-issuer: https://myprovider.example.net
Completing installation
Last updated
Was this helpful?

