docs icon indicating copy to clipboard operation
docs copied to clipboard

PR #103526 - jwtauthccl: allow cluster SSO to pick principals from custom claims

Open cockroach-teamcity opened this issue 2 years ago • 0 comments

Exalate commented:

Related PR: https://github.com/cockroachdb/cockroach/pull/103526 Commit: https://github.com/cockroachdb/cockroach/commit/ed538d0d393730f82d957c239c13e805f8a2af1e Fixes: CC-24595


Release note (enterprise change): Cluster SSO (JWT authentication) can now read SQL usernames from any JWT claims instead of requiring the subject claim to be used. The claim can be controlled by the server.jwt_authentication.claim cluster setting with an empty string or "sub" being equivalent to the previous behavior.

Jira Issue: DOC-7697

cockroach-teamcity avatar May 18 '23 05:05 cockroach-teamcity