Java, Keycloak: How to programatically create a Realm and set userProfile attributes in it
I’m using Java 21 and Keycloak 25.0.1
Java, Keycloak: How to programatically create a Realm and set userProfile attributes in it
I’m using Java 21 and Keycloak 25.0.1
Keycloak 24.0.5 clustering not working on Azure
I am using keycloak 24.0.5 and i installed it on 2 VMs that are behind Application Gateway on Azure. When i start both of them application is not working. When i stop 1 and run 1 everything works.
Why adding a constructor with multiple arguments to a Keycloak RealmResourceProvider fails?
I have created a custom endpoint in Keycloak by implementing the RealmResourceProviderFactory and RealmResourceProvider. Everything worked fine this way: