docs(OIDC): Document OIDC trust relationships and token exchange#8045
Draft
khvn26 wants to merge 1 commit into
Draft
docs(OIDC): Document OIDC trust relationships and token exchange#8045khvn26 wants to merge 1 commit into
khvn26 wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
khvn26
force-pushed
the
feat/trust-relationships-ui
branch
from
July 19, 2026 16:54
f52d48d to
897e6b5
Compare
khvn26
force-pushed
the
feat/trust-relationships-docs
branch
from
July 19, 2026 16:54
e1096f6 to
6ed63d3
Compare
khvn26
force-pushed
the
feat/trust-relationships-ui
branch
from
July 19, 2026 17:00
897e6b5 to
ac0eb55
Compare
khvn26
force-pushed
the
feat/trust-relationships-docs
branch
from
July 19, 2026 17:00
6ed63d3 to
5b4d50d
Compare
khvn26
force-pushed
the
feat/trust-relationships-ui
branch
from
July 19, 2026 17:08
ac0eb55 to
f3d09e9
Compare
khvn26
force-pushed
the
feat/trust-relationships-docs
branch
from
July 19, 2026 17:08
5b4d50d to
34a7c6f
Compare
khvn26
force-pushed
the
feat/trust-relationships-ui
branch
from
July 19, 2026 17:23
f3d09e9 to
b9e875b
Compare
khvn26
force-pushed
the
feat/trust-relationships-docs
branch
from
July 19, 2026 17:23
34a7c6f to
5a77e8b
Compare
khvn26
force-pushed
the
feat/trust-relationships-ui
branch
from
July 19, 2026 17:34
b9e875b to
c920f26
Compare
khvn26
force-pushed
the
feat/trust-relationships-docs
branch
from
July 19, 2026 17:34
5a77e8b to
4a2ee03
Compare
khvn26
force-pushed
the
feat/trust-relationships-ui
branch
from
July 20, 2026 10:19
c920f26 to
83c6bd9
Compare
khvn26
force-pushed
the
feat/trust-relationships-docs
branch
from
July 20, 2026 10:19
4a2ee03 to
402c403
Compare
khvn26
force-pushed
the
feat/trust-relationships-ui
branch
from
July 20, 2026 10:23
83c6bd9 to
8a8c79c
Compare
khvn26
force-pushed
the
feat/trust-relationships-docs
branch
from
July 20, 2026 10:23
402c403 to
c6ab4fe
Compare
khvn26
force-pushed
the
feat/trust-relationships-ui
branch
from
July 20, 2026 10:38
8a8c79c to
153457d
Compare
khvn26
force-pushed
the
feat/trust-relationships-docs
branch
from
July 20, 2026 10:38
c6ab4fe to
0c6bb29
Compare
khvn26
force-pushed
the
feat/trust-relationships-ui
branch
from
July 20, 2026 11:26
5b9a755 to
5d102e2
Compare
khvn26
force-pushed
the
feat/trust-relationships-ui
branch
from
July 20, 2026 11:46
5d102e2 to
471197e
Compare
khvn26
force-pushed
the
feat/trust-relationships-ui
branch
from
July 20, 2026 12:50
471197e to
5a3a2d8
Compare
khvn26
force-pushed
the
feat/trust-relationships-docs
branch
from
July 20, 2026 12:50
0c6bb29 to
b50d393
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.
Thanks for submitting a PR! Please check the boxes below:
docs/if required so people know about the feature.Changes
Closes #8040
In this PR, we add documentation for for OIDC trust relationships.
We document trust relationships on the Admin API authentication page, and update the API Keys tab references to API Access. We also add the two new environment variables (
TRUST_RELATIONSHIP_ACCESS_TOKEN_LIFETIME_SECONDS,OIDC_TOKEN_EXCHANGE_THROTTLE_RATE) to the self-hosting reference.The main piece can be previewed here: https://docs-git-feat-trust-relationships-docs-flagsmith.vercel.app/integrating-with-flagsmith/flagsmith-api-overview/admin-api/authentication#oidc-trust-relationships
How did you test this code?
Verified locally.