Replies: 2 comments
-
I am testing on google and keykloak btw. |
Beta Was this translation helpful? Give feedback.
-
The intent here if is that the field, which we call the IdentityAttribute can be structured: :: However we do not completely support this functionality. Currently we only support:
This lets us do things like
or
We are planning to add the ability to match on any oidc claim, and there is a PR for this under review here #133 Alternatively if you want this functionality now, you can always add it by writting a shell script that uses the policy-plugin feature of opkssh. Policy-plugins let you do almost anything https://github.com/openpubkey/opkssh/blob/main/docs/policyplugins.md |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
To allow a group called
ssh-users
to SSH into your server as the root user, run the following command:This makes user management a lot easier—access can be handled at the team level, and you can remove users anytime directly from your SSO provider.
However, I'm curious:
oidc:groups:ssh-users
?Beta Was this translation helpful? Give feedback.
All reactions