lvermeulen / Keycloak.Net

C# client for Keycloak 6.x
MIT License
203 stars 120 forks source link

Adds `resource` and `scopePermissions` to ManagementPermissions #64

Open svsk417 opened 2 years ago

svsk417 commented 2 years ago

This will support getting the management permissions associated with a client. E.g. to get the token-exchange permission id, one needs to access ManagementPermission.ScopePermissions["token-exchange"]. With this id one can configure the single permission.