-
Notifications
You must be signed in to change notification settings - Fork 62
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
AzureAD/OIDC to support more than AD 200 groups #74
Comments
Interesting... so that’s why (per mailing list thread) one user was getting this unexpected |
Correct. This actually also includes nested jobs as well. So a user can be in part of 30 groups but the nested groups can add up to more than 200 groups. |
Exact same problem here when using Azure AD. |
Have the same problem. Need to get with the Azure AD admins to stop using nested groups... Would be great if Vault support integration for this. More info distributed claims are supported by the openid standard not only specific to Azure AD. Foremast has this implemented with Go: |
Is your feature request related to a problem? Please describe.
There is a limitation within AAD and OIDC when a user is in more then 200 groups within Azure AD the groups claim will not be sent instead the below is sent
https://azure.microsoft.com/en-us/resources/samples/active-directory-dotnet-webapp-groupclaims/ see under Groups overage claim
Describe the solution you'd like
To have the _claim_sources supported by vault
The text was updated successfully, but these errors were encountered: