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
Describe the bug
I need to update std "profile" client scope with new protocol mapper. According to supported features this thing should work.
To Reproduce
Trying on keycloak 8 with latest version of your cli.
After importing empty realm, kc creates default clientScopes, one of them is profile. Then I import realm with next clientScopes
also, if i will add id of clientScope it will ignore that.
Also I tried to create new clientScope with same configs as default profile and got 409 from server.
Expected behavior
It should insert/update protocol mapper into clientScope.
Environment (please complete the following information):
Keycloak Version: 8
keycloak-config-cli Version: latest
Java Version: 11
The text was updated successfully, but these errors were encountered:
Describe the bug
I need to update std "profile" client scope with new protocol mapper. According to supported features this thing should work.
To Reproduce
Trying on keycloak 8 with latest version of your cli.
After importing empty realm, kc creates default clientScopes, one of them is profile. Then I import realm with next clientScopes
also, if i will add id of clientScope it will ignore that.
Also I tried to create new clientScope with same configs as default profile and got 409 from server.
Expected behavior
It should insert/update protocol mapper into clientScope.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: