Skip to content

Instantly share code, notes, and snippets.

@mcupak
Created October 9, 2017 04:46
Show Gist options
  • Select an option

  • Save mcupak/39e66f9cee8b1c44f3b8076e023e88b4 to your computer and use it in GitHub Desktop.

Select an option

Save mcupak/39e66f9cee8b1c44f3b8076e023e88b4 to your computer and use it in GitHub Desktop.
Keycloak realm configuration in Wildfly.
/subsystem=keycloak/realm=sample-realm:add(realm-public-key=MIIBI...IDAQAB,\
auth-server-url=http://localhost:8080/auth,ssl-required=all,\
disable-trust-manager=true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment