mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-09 23:12:06 -03:30
Authz-client: fix ClassCast Exception when getting resource permissions
(#27483) Signed-off-by: Clemens Zagler <c.zagler@noi.bz.it>
This commit is contained in:
parent
4fc7e3d607
commit
dca50bba3f
@ -86,6 +86,7 @@ public class AuthorizationResource {
|
||||
|
||||
if (request.getMetadata() == null) {
|
||||
metadata = new AuthorizationRequest.Metadata();
|
||||
request.setMetadata(metadata);
|
||||
} else {
|
||||
metadata = request.getMetadata();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user