-
Notifications
You must be signed in to change notification settings - Fork 301
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
Add client scope role mappings #605
Add client scope role mappings #605
Conversation
bce0808
to
f0b2860
Compare
@ryshoooo @marcospereirampj any chance you could review this please? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a suggestion for the new names :)
b37f17a
to
033e750
Compare
033e750
to
2dc1acc
Compare
@ryshoooo thanks for the review -- updated with all your suggestions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot @carillonator :) LGTM
Add functions to get/add/delete Client Scope role mappings. Note there are already unfortunately-named
get/assign/delete_client_roles_to_client_scope
functions, which act on a Client's "dedicated" scope. I am open to adjusting the naming here, the keycloak terminology itself is confusing. My new names do not help the confusion, but are more accurate. I've improved the documentation on the existing ones, and cross-referenced the others to avoid confusing people.