Docs: Document OIDC Setting Enabling Signed Request Objects#57383
Merged
rhammonds-teleport merged 4 commits intomasterfrom Oct 2, 2025
Merged
Docs: Document OIDC Setting Enabling Signed Request Objects#57383rhammonds-teleport merged 4 commits intomasterfrom
rhammonds-teleport merged 4 commits intomasterfrom
Conversation
Contributor
|
Amplify deployment status
|
d421203 to
37a387a
Compare
37a387a to
6781223
Compare
zmb3
reviewed
Jul 31, 2025
Collaborator
zmb3
left a comment
There was a problem hiding this comment.
LGTM. The only thing we should add before merging is the version number(s) where the functionality was introduced (which we'll know closer to release).
zmb3
approved these changes
Sep 23, 2025
Collaborator
zmb3
left a comment
There was a problem hiding this comment.
Looks good but let's also:
- Document that
request_object_modecan also be set in the MFA settings (which was a change we made after drafting these docs). - Mention the release versions where this was introduced, so people don't run into issues if they try to use it on a cluster that's too old.
ptgott
approved these changes
Sep 23, 2025
| username_claim: preferred_username | ||
| ``` | ||
|
|
||
| ### Optional: Request Object Mode |
Contributor
There was a problem hiding this comment.
Suggested change
| ### Optional: Request Object Mode | |
| ### Optional: Request object mode |
The docs use sentence case in headings
bed2496 to
12a8ba6
Compare
…les signed JWT-Secured Authorization Requests on OIDC connectors.
…red for MFA checks. * Fix heading capitalization.
12a8ba6 to
c42d9a3
Compare
Contributor
|
@rhammonds-teleport See the table below for backport results.
|
This was referenced Oct 3, 2025
rhammonds-teleport
added a commit
that referenced
this pull request
Nov 6, 2025
* Update OIDC SSO docs to describe new 'request_object_mode' which enables signed JWT-Secured Authorization Requests on OIDC connectors. * Describe how to retrieve oidc_idp public key via tctl. * * Add a few words explaining that request objects can also be configured for MFA checks. * Fix heading capitalization. * Document release versions where request object support is introduced.
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.
Updates OIDC SSO guide to describe the new
request_object_modeproperty introduced by #56990.