Skip to content

oidc: stop erroneously advertising pairwise subject support#62831

Merged
boxofrad merged 1 commit intomasterfrom
boxofrad/bugfix-pair-wise
Jan 14, 2026
Merged

oidc: stop erroneously advertising pairwise subject support#62831
boxofrad merged 1 commit intomasterfrom
boxofrad/bugfix-pair-wise

Conversation

@boxofrad
Copy link
Copy Markdown
Contributor

Our /.well-known/openid-configuration endpoint currently advertises that we support the pair-wise subject type. This is a typo of pairwise which causes stricter parsers such as the Nimbus Java SDK to reject our configuration.

As we do not actually supoprt pair-wise yet, we should not advertise support for it.

changelog: Removed erroneous pair-wise subject type from Teleport's OpenID configuration

Our `/.well-known/openid-configuration` endpoint currently advertises that we
support the `pair-wise` subject type. This is a typo of `pairwise` which causes
stricter parsers such as the Nimbus Java SDK to reject our configuration.

As we do not actually supoprt `pair-wise` yet, we should not advertise support
for it.

changelog: Removed erroneous `pair-wise` subject type from Teleport's OpenID configuration
@boxofrad boxofrad added this pull request to the merge queue Jan 14, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 14, 2026
@boxofrad boxofrad added this pull request to the merge queue Jan 14, 2026
Merged via the queue into master with commit 917b1b8 Jan 14, 2026
46 checks passed
@boxofrad boxofrad deleted the boxofrad/bugfix-pair-wise branch January 14, 2026 12:04
@backport-bot-workflows
Copy link
Copy Markdown
Contributor

@boxofrad See the table below for backport results.

Branch Result
branch/v18 Create PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants