Why does the OIDC provisioner get ssh principals from the email and not from the sub claim? #2033
Unanswered
ThiefMaster
asked this question in
Q&A
Replies: 1 comment 1 reply
-
What you'll want to do is create an SSH certificate template for
See Configuring |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Unless I'm mistaken, the
sub
claim in OIDC is pretty much the unique user identifier (often a username).However, I could not find any config option that would use the
sub
instead ofemail
... Is this not possible? :oBeta Was this translation helpful? Give feedback.
All reactions