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
I noticed that the OpenidClientAuthorizationPermission only allows for creation of resource based permissions, but does not allow for creation of scoped based permissions.
To the same point, the creation of permissions hits the /permission/ endpoint. It seems like now, keycloak favors appending the type to the end of the url: resource or scope.
Let us know if you'd like to try our hand at a PR to support this.
The text was updated successfully, but these errors were encountered:
First of all, this package is fantastic! Thanks!
I noticed that the
OpenidClientAuthorizationPermission
only allows for creation of resource based permissions, but does not allow for creation of scoped based permissions.To the same point, the creation of permissions hits the
/permission/
endpoint. It seems like now, keycloak favors appending thetype
to the end of the url:resource
orscope
.Let us know if you'd like to try our hand at a PR to support this.
The text was updated successfully, but these errors were encountered: