-
Notifications
You must be signed in to change notification settings - Fork 170
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
Adding Support For CIBA with RAR #679
Merged
Merged
Conversation
This file contains 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
pmathew92
previously approved these changes
Mar 19, 2025
Widcket
previously approved these changes
Mar 19, 2025
tanya732
approved these changes
Mar 20, 2025
Merged
kishore7snehil
added a commit
that referenced
this pull request
Apr 1, 2025
**Added** - feat: Federated Connections Support [\#682](#682) ([kishore7snehil](https://github.com/kishore7snehil)) - Adding Support For CIBA with RAR [\#679](#679) ([kishore7snehil](https://github.com/kishore7snehil))
nzetzl
pushed a commit
to nzetzl/auth0-python-nzetzl-fork
that referenced
this pull request
Apr 2, 2025
### Changes - Added support for Rich Authorization Request in CIBA. ### References - [Open ID](https://openid.net/specs/openid-client-initiated-backchannel-authentication-core-1_0.html) - [User Authentication with CIBA](https://auth0.com/docs/get-started/authentication-and-authorization-flow/client-initiated-backchannel-authentication-flow/user-authentication-with-ciba) - [Configure Client-Initiated Backchannel Authentication](https://auth0.com/docs/get-started/applications/configure-client-initiated-backchannel-authentication#integrate-guardian-sdk-into-your-application) ### Testing - [x] This change adds test coverage - [x] This change has been tested on the latest version of the platform/language or why not ### Contributor Checklist - [x] I agree to adhere to the [Auth0 General Contribution Guidelines](https://github.com/auth0/open-source-template/blob/master/GENERAL-CONTRIBUTING.md). - [x] I agree to uphold the [Auth0 Code of Conduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md). --------- Co-authored-by: Kunal Dawar <[email protected]>
nzetzl
pushed a commit
to nzetzl/auth0-python-nzetzl-fork
that referenced
this pull request
Apr 2, 2025
**Added** - feat: Federated Connections Support [\auth0#682](auth0#682) ([kishore7snehil](https://github.com/kishore7snehil)) - Adding Support For CIBA with RAR [\auth0#679](auth0#679) ([kishore7snehil](https://github.com/kishore7snehil))
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.
Changes
References
Open ID
User Authentication with CIBA
Configure Client-Initiated Backchannel Authentication
Testing
This change adds test coverage
This change has been tested on the latest version of the platform/language or why not
Contributor Checklist