-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I set OIDC User or Group? #15
Comments
+1 is this possible? |
I would like to do this for generic oauth: https://concourse-ci.org/generic-oauth.html. Here is how I manage it currently without terraform... roles:
- name: owner
oauth:
users:
- USER1 |
Afraid we currently don't support that because we don't ourselves use that feature. Patches welcome with the caveat that they would have to come with clear tests, because, as I say, we don't use that feature and wouldn't know if it actually works or got broken. |
It is possible to configure OIDC like so:
|
I set github outh but our team need to change it to keycloak using oidc.
below team resource. guide me to set owners arg. please...
The text was updated successfully, but these errors were encountered: