GUACAMOLE-519: Implement Single Logout on OpenID Extension#1149
Merged
necouchman merged 5 commits intoapache:mainfrom Jan 26, 2026
Merged
GUACAMOLE-519: Implement Single Logout on OpenID Extension#1149necouchman merged 5 commits intoapache:mainfrom
necouchman merged 5 commits intoapache:mainfrom
Conversation
Contributor
|
Contributor
Author
|
@necouchman done. Please recheck again |
necouchman
approved these changes
Jan 25, 2026
Contributor
necouchman
left a comment
There was a problem hiding this comment.
@bayars Looks good to me. The documentation you provided in the pull request is quite good, we'll want to make sure that gets added to the appropriate section of apache/guacamole-manual.
necouchman
reviewed
Jan 25, 2026
...uth-sso-openid/src/main/java/org/apache/guacamole/auth/openid/conf/ConfigurationService.java
Outdated
Show resolved
Hide resolved
necouchman
approved these changes
Jan 26, 2026
Contributor
|
Thanks @bayars! If you could update the manual, as well (apache/guacamole-manual repo), and open a PR for that, that would be great! |
Contributor
Author
Thank you, I will create a separate Mr on this weekend. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related Issues:
General SSO Design
When registering Guacamole with your OpenID Connect provider, you will typically need to provide:
https://guacamole.example.com/guacamole/)openid,email,profile, and optionallygroupsSingle Logout Behavior
When
openid-logout-endpointis configured:openid-post-logout-redirect-uri(oropenid-redirect-uriif not specified)The logout request includes:
post_logout_redirect_uri: Where to redirect after logoutid_token_hint: The user's ID token (if available), orclient_id: The Guacamole client ID (if ID token is not available)Example Configurations:
I have tested with the Keycloak only. I am not sure for others, but others have similar integrations/variables.
Keycloak Configuration
Okta Configuration
Azure AD Configuration
Google Configuration
# Google OpenID Connect settings openid-authorization-endpoint: https://accounts.google.com/o/oauth2/v2/auth openid-jwks-endpoint: https://www.googleapis.com/oauth2/v3/certs openid-issuer: https://accounts.google.com openid-client-id: your-client-id.apps.googleusercontent.com openid-redirect-uri: https://guacamole.example.com/guacamole/Auth0 Configuration