[keycloak-user] Requires uma_protection scope

Julien Deruere deruere.julien at gmail.com
Tue Nov 20 10:43:57 EST 2018


Any update on this?
I got the exact same message when using POSTMAN :

I fist do this (with grant_type=client_credentials):
http://localhost:8080/auth/realms/sg2b/protocol/openid-connect/token

And then this with the token I received:
GET
http://localhost:8080/auth/realms/sg2b/authz/protection/resource_set?type=zone
Which answer me this:
{
    "error": "invalid_scope",
    "error_description": "Requires uma_protection scope."
}


More information about the keycloak-user mailing list