keycloak-scim/examples/demo-template/third-party/src/main/webapp/WEB-INF/keycloak.json

9 lines
188 B
JSON
Raw Normal View History

{
"realm" : "demo",
"resource" : "third-party",
"auth-server-url" : "http://localhost:8080/auth",
"ssl-not-required" : true,
"credentials" : {
2014-02-13 23:36:41 +00:00
"secret": "password"
}
}