mirror of
https://github.com/gravitational/teleport.git
synced 2026-09-21 14:35:22 +08:00
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