[keycloak-dev] Required fields?

ssilvert at redhat.com ssilvert at redhat.com
Thu Dec 12 14:40:14 EST 2013


I'm working on letting the user specify the keycloak.json attributes
from the keycloak subsystem.  Each attribute in ManagedResourceConfig
becomes something you can change by editing standalone.xml or using CLI.

I just need to know which attributes required for a keycloak deployment.
https://raw.github.com/keycloak/keycloak/master/core/src/main/java/org/keycloak/adapters/config/ManagedResourceConfig.java

>From the code in ManagedResourceConfigLoader, it looks like the required
fields are:
realm
resource
realm-public-key
auth-url
code-url

Is that correct?

Stan


More information about the keycloak-dev mailing list