-
Notifications
You must be signed in to change notification settings - Fork 0
feat: FGI-1573 add MRRT support #58
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
+541
−23
Merged
Changes from all commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
e6dd7cb
Basic connected account connect/complete flow
sam-muncke a27ca1c
Add MRRT behaviour
sam-muncke c1d0167
Move BearerAuth to own file
sam-muncke c62cdc3
Handle redirect_uri properly
sam-muncke e7c65d1
Add some doc comments
sam-muncke f1a52b6
Add tests around MyAccountClient
sam-muncke 8808ed9
Make use of mrrt configurable
sam-muncke 3e27dc5
Fix for code scanning alert no. 3: Unused import
sam-muncke 161e6a7
Merge branch 'FGI-1573_connected-account-support' of github.com:auth0…
sam-muncke c836d2e
Fix linting issues
sam-muncke b8fcc89
Test to ensure mrrt is used for connected accounts
sam-muncke c8cf1cf
add example docs
sam-muncke d6e210d
Allow passing of app state
sam-muncke 08fbc31
Fix comment
sam-muncke 2b0439d
Cleanup transaction data at end of the flow
sam-muncke c09d803
Fix case where MRRT is disabled but we may have multiple token sets w…
sam-muncke 3fecdbb
Fix docs issues from code review
sam-muncke bbbc824
Merge branch 'FGI-1573_connected-account-support' of github.com:auth0…
sam-muncke 4ea8e5f
Code review fixes
sam-muncke 2d070d9
Code review fixes
sam-muncke e91eab1
Update examples/ConnectedAccounts.md
sam-muncke f658b8b
Update examples/ConnectedAccounts.md
sam-muncke 2e27549
Update examples/ConnectedAccounts.md
sam-muncke 70529b9
Code review fixes
sam-muncke 7111e65
Clean up transaction data regardless of success/failure
sam-muncke 61e5d42
Populate/pull audience to store in token set from transaction state o…
sam-muncke 5a6e387
Dont merge the default auth params with the ones provided for connect…
sam-muncke 19977f8
Parsed returned url safely
sam-muncke b5154aa
Remove use_mrrt flag and have mrrt used by default
sam-muncke 2a863dd
Add support for scope parameter on start_connect_account
sam-muncke 4aa2651
Fix docs issues
sam-muncke c7a869e
Rename my_account_client audience_identifier to audience
sam-muncke 5cde102
Revert connected accounts behaviour to have a seperate mrrt PR
sam-muncke 3ed756e
Update __init__.py
sam-muncke 9d0ea70
Remove auth_session from transaction state
sam-muncke 14b8b07
Move audience/scope on get_access_token params to avoid introduce bre…
sam-muncke e295939
Add scopes per audience and merging of default/request scopes
sam-muncke e8152da
Apply scope merging to RT exchange
sam-muncke 618a11d
Review fixes
sam-muncke de81f37
Small refactor
sam-muncke 314dc9a
Remove unused error code
sam-muncke 1c429ae
Remove unused transaction property
sam-muncke 8adbbb1
Add some MRRT docs
sam-muncke 6481f94
Fix reference
sam-muncke 458ba77
Update examples/RetrievingData.md
sam-muncke 8ce824b
Update examples/RetrievingData.md
sam-muncke 9677456
Review fixes
sam-muncke 8c110df
Merge branch 'FGI-1573_mrrt_support' of github.com:auth0/auth0-server…
sam-muncke 49ae6b4
Code review fixes
sam-muncke 34db3e8
Allow reuse of stored tokens if tokenset scopes are a superset of req…
sam-muncke 6a4ce26
Improve scope matching logic to return the stored token with the mini…
sam-muncke bbabb25
Merge requested scopes and defaults scopes correctly on login
sam-muncke 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
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.