Support Entra ID Users with more than 200 groups (fails with Group Overage Claim) #9196
jona7o
started this conversation in
Feature Requests & Suggestions
Replies: 1 comment
-
Microsoft also provides some other suggestions:
source: gravitational/teleport#21795 (comment) I'm not sure when I would get around to implementing the necessary changes here. PR's welcome. Possible code-based solution: |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
What happened?
Preconditions:
If these Conditions are fulfilled the "token" runs into a problem known as Group Overage Claim. I think this is all over a problem for large enterprises.
The log tells you then that the group is missing:
{"level":"error","message":"You must have the \"$UUID\" role to log in.","timestamp":"2025-08-21T09:58:53.762Z"}
There is a possible solution how it can be solved in .NET: https://mattruma.com/adventures-with-azure-ad-group-overage-claim/
Version Information
main branch
Steps to Reproduce
What browsers are you seeing the problem on?
No response
Relevant log output
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions