-
Notifications
You must be signed in to change notification settings - Fork 169
Tutorials: OAuth2 #3020
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Tutorials: OAuth2 #3020
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
d62c6af
Add JWT authentication tutorials and tests
predic8 3951855
Add OAuth2 Client Token Renewal tutorial and test
predic8 794e2cd
Add missing copyright headers to source files
predic8 77ff13f
Add token expiration and renewal handling to OAuth2 tutorial and test
predic8 4d2b724
Merge branch 'master' into tutorials-oauth2
predic8 8dd21e3
Merge branch 'master' into tutorials-oauth2
predic8 f45a557
Fix flow structure in OAuth2 Client Token Renewal tutorial
predic8 9f339bc
Merge remote-tracking branch 'origin/tutorials-oauth2' into tutorials…
predic8 6c81a1e
Update OAuth2APIExampleTest to use precise log matching criteria
predic8 7704873
Merge branch 'master' into tutorials-oauth2
christiangoerdes 7fd0e0d
Refactor and expand JWT and OAuth2 tutorials, update tests, and impro…
predic8 e8f3b8d
fix(tutorials): update expected status code in JWT test to 401
predic8 4f8a5de
fix(tutorials): clarify endpoint configuration in OAuth2 Token Valida…
predic8 9319f2d
feat(oauth2): issue aud and scope claims in JWT access tokens
predic8 3bcaaf3
feat(oauth2): issue iss claim in JWT access tokens
predic8 fe4364d
feat(oauth2): make userDataProvider optional for user-less flows
predic8 815aff7
improve(oauth2/jwt): log rejected tokens and expose validation details
predic8 ad92284
feat(jwt): add expectedIss attribute to jwtAuth
predic8 979d0e6
fix(jwt): read scopes from RFC 9068 "scope" claim in JWTSecurityScheme
predic8 df02e07
feat(jwt): load JWKS lazily when URIs are unreachable at startup
predic8 dd7e82d
Merge branch 'master' into tutorials-oauth2
predic8 4eaaa92
feat(tutorials): migrate and reorganize OAuth2 and JWT tutorials with…
predic8 1540ce3
feat(oauth2): add test to verify refresh token validity post-cleanup …
predic8 1d40912
fix(tutorials): update resource access message and add missing flow c…
predic8 fd66d65
feat(oauth2): implement refresh token rotation and add single-use test
predic8 51a6746
minor improvements
christiangoerdes 7d43d94
feat(jwt): add configurable `scopesClaim` for JWTSecurityScheme
predic8 db93ba2
fix(tutorials): update JWT claim assertions in RequestingTokenTutoria…
predic8 7cb72d9
Merge branch 'master' into tutorials-oauth2
predic8 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.