GitHub OAuth2. How to provide access to teams. #1877
Replies: 1 comment 3 replies
-
I'm not sure to understand what you mean by team-based access but I can at least explain you the current behaviour. From what I'm seeing in the codebase, GitHub SSO/Oauth2 can also take a groups mapping like for OIDC. It will help you to map a field from the GitHub user endpoint to the AKHQ groups. See here for the details of the /user response and the available fields. So you can setup groups mapping like this:
The only things is that I don't see anything related to team membership in the /user reponse |
Beta Was this translation helpful? Give feedback.
-
I have a config that provides user access that is well described here.
https://akhq.io/docs/configuration/authentifications/github.html
Can team-based access be provided to the GitHub team?
Beta Was this translation helpful? Give feedback.
All reactions