Add documentation for Organizations integration with OAuth IdP#3364
Open
jfoshee wants to merge 6 commits into
Open
Add documentation for Organizations integration with OAuth IdP#3364jfoshee wants to merge 6 commits into
jfoshee wants to merge 6 commits into
Conversation
- Add user:org:read scope to the available scopes table - Add Organizations and OAuth section explaining the Organization selector on the consent screen and org_id claim behavior - Document org_id claim in ID token additional claims table - Add org_id to userinfo and token_info response examples - Add note about passing organization_id parameter to the authorization endpoint for customizing the consent flow - Update authorization server metadata example to include user:org:read scope and org_id claim Co-authored-by: Jacob Foshee <jfoshee@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: Jacob Foshee <jfoshee@users.noreply.github.com>
Also add a tooltip for slug
19f05e9 to
6187acf
Compare
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.
🔎 Previews:
What does this solve? What changed?
Adds documentation for the Organizations integration with OAuth Applications (OAuth IdP). When an instance has Organizations enabled, a new
user:org:readscope becomes available for OAuth apps.Changes made:
how-clerk-implements-oauth.mdx:user:org:readto the scopes table with a description of its availability and purpose.org_idclaim included in access tokens and ID tokens, and at info endpointsuser:org:readinscopes_supportedandorg_idinclaims_supported.single-sign-on.mdx:org_id,org_name,org_slugto the/oauth/userinforesponse example and properties table.org_idto the/oauth/token_inforesponse example with a clarifying note.org_idto the ID token additional claims table.Added a
slugtooltipDeadline
Part of USER-5273