Skip to content

Instantly share code, notes, and snippets.

@ramandeep-singh-1983
Created January 17, 2019 09:17
Show Gist options
  • Save ramandeep-singh-1983/abc130f9773ea21d2c00f0f2810eba6b to your computer and use it in GitHub Desktop.
Save ramandeep-singh-1983/abc130f9773ea21d2c00f0f2810eba6b to your computer and use it in GitHub Desktop.
Sample keycloak.json for authentication through a node.js server
{
"realm": "my-awesome-organization",
"auth-server-url": "https://keyclock.server.com/auth",
"ssl-required": "external",
"resource": "ent/my-awesome-sauce-app",
"credentials": {
"secret": "400d2010-d3gf-43h7-h13y-7785e1f8373g"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment