keycloak-scim/examples/demo-template/third-party/src/main/webapp/WEB-INF/keycloak.json
2014-03-06 10:26:46 -05:00

9 lines
No EOL
188 B
JSON
Executable file

{
"realm" : "demo",
"resource" : "third-party",
"auth-server-url" : "http://localhost:8080/auth",
"ssl-not-required" : true,
"credentials" : {
"secret": "password"
}
}