feat: add mod_oauth2#753
Open
Tadas Sutkaitis (fitbeard) wants to merge 2 commits intomainfrom
Open
Conversation
Co-authored-by: Copilot <copilot@github.com> Signed-off-by: Tadas Sutkaitis <tadas.sutkaitis@vexxhost.com>
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.
Add mod_oauth2. This allows JWKS verification per domain/realm.
In Atmosphere for Keystone we are using this configuration snippet:
After mod_oauth2 introduction we can change to:
This adds more options for token verification using JWKS uri, token introspection or jwt token attribute check PER domain.
Inspiration for this change is vexxhost/sunrise#39 for Sunrise where same JWT token from Keycloak used for Keystone auth used once again over token exchange to authorize user to access S3 resources.