Skip to content
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 support for fine grained authorization #431

Open
dmartinol opened this issue Jun 20, 2023 · 0 comments
Open

Add support for fine grained authorization #431

dmartinol opened this issue Jun 20, 2023 · 0 comments

Comments

@dmartinol
Copy link
Contributor

dmartinol commented Jun 20, 2023

Is your feature request related to a problem? Please describe.
Want to expose permissions management API to define fine-grained authorization on groups and clients
e.g. ManagementPermissionReference

Describe the solution you'd like
Add client methods for the following:

GET /{realm}/groups/{id}/management/permissions
PUT /{realm}/groups/{id}/management/permissions
GET /{realm}/clients/{id}/management/permissions
PUT /{realm}/clients/{id}/management/permissions
GET  /{realm}/clients"/{id}/authz/resource-server/permission/scope/{idOfScope}
PUT  /{realm}/clients"/{id}/authz/resource-server/permission/scope/{idOfScope}

Describe alternatives you've considered

Additional context
Authorization Services Guide

@dmartinol dmartinol changed the title Add support for fin grain authorizations Add support for fine grained authorization Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant