Files
teleport/lib/utils/oidc
Dan Upton 917b1b82e7 oidc: stop erroneously advertising pairwise subject support (#62831)
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
2026-01-14 11:43:39 +00:00
..