Hi there,
Is it a known limitation of the keycloak operator that we cannot assign default or optional client scopes from the KeycloakClient object?
These fields are part of the CRD however they are simply ignored.
It seems while reconciling the KeycloakClient we never call the PUT /realms/{realm}/client/{client}/default-client-scopes/{clientScope} (resp. optional-client-scopes) which is the only way to assign default client scopes to a client.
Thanks,
Clement