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
We use Authorization policies to control token-exchange permissions.
Exsisting realm-managment Authorization policies are getting lost when realm-management is being updated.
Even tried using import.managed.client-authorization-policies=no-delete. , but still Auth Polices are removed from realm-managment
When realm-management is being updated exisiting authorization settings should be retained
Steps To Reproduce
1. Create token-exchange permission for any client
2. Execute keycloak config cli which has update to realm-managment client
3. Go to "realm-managment" client
4. Under Autherization, check the policies
5. Policies created from step 1 should be retained.
Environment
Keycloak Version: 23.0.1
keycloak-config-cli Version: 5.10.1
Java Version: 1.17
Anything else?
No response
The text was updated successfully, but these errors were encountered:
After some debugging with config cli , found that updating of realm-managment client removes authorization settings raised related ticket with keycloak keycloak/keycloak#35790
Current Behavior
We use Authorization policies to control token-exchange permissions.
Exsisting realm-managment Authorization policies are getting lost when realm-management is being updated.
Even tried using import.managed.client-authorization-policies=no-delete. , but still Auth Polices are removed from realm-managment
Related issue created #1004
Expected Behavior
When realm-management is being updated exisiting authorization settings should be retained
Steps To Reproduce
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: