Created
January 17, 2019 09:17
-
-
Save ramandeep-singh-1983/abc130f9773ea21d2c00f0f2810eba6b to your computer and use it in GitHub Desktop.
Sample keycloak.json for authentication through a node.js server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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