Skip to content

Instantly share code, notes, and snippets.

@edwint88
Created June 7, 2018 15:49
Show Gist options
  • Save edwint88/a2121431b96ac98ff8907c6b6aad9f58 to your computer and use it in GitHub Desktop.
Save edwint88/a2121431b96ac98ff8907c6b6aad9f58 to your computer and use it in GitHub Desktop.
{
"realm": "demo",
"auth-server-url": "https://home.localdomain:8443/auth",
"ssl-required": "external",
"resource": "test", // this is client id
"public-client": true,
"truststore": "classpath:/keycloak.jks", //keycloak.jks is in src/main/resources/keycloak.jks
"truststore-password": "secret",
"client-keystore" : "/usr/demo/keycloakPub.jks", //keycloak.jks is on the server under /usr/demo/keycloak.jks
"client-keystore-password" : "secret",
"client-key-password" : "secret"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment