Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently in
MapReourceServerStorewhen resource server is being deleted, all objects associated with the resource server (policies, pemission tickets, resources and scopes) are deleted one by one: https://github.com/keycloak/keycloak/blob/main/model/map/src/main/java/org/keycloak/models/map/authorization/MapResourceServerStore.java#L92-L111We should avoid the removal one by one.
I'd like to gather ideas how we should approach it.
Beta Was this translation helpful? Give feedback.
All reactions