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
Seems to be related to 'scope': 'realm-management openid'. This scope isn't available, at least in the latest version of keycloak. Work around was to just create this scope and add it to client then it worked.
@SamBugler Thanks for the input. I was also facing similar error and after adding 'scope': 'realm-management openid' to the client , above error was resolved. However I am getting "KeyError at /admin/django_keycloak/realm/" "refresh_token". Any specific mappers to be used in 'scope': 'realm-management openid' ??
When trying to synchronise permissions from the admin panel, I get the following error
The service account has the appropriate permissions and client credentials grant type is activated
Keycloak version is 12.0.4
The text was updated successfully, but these errors were encountered: