You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
When the function checks to see if a given group is part of the user's claimed group list, do so by calling a function that's sole job is to check if a given group is in the user's claim. This will make it easier to try different claim names and different claim formats (e.g. a list vs a / delimited string)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Update the idtoken_for_roles so that
When the function checks to see if a given group is part of the user's claimed group list, do so by calling a function that's sole job is to check if a given group is in the user's claim. This will make it easier to try different claim names and different claim formats (e.g. a list vs a
/
delimited string)The text was updated successfully, but these errors were encountered: