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

9 lines
169 B
JSON
Raw Normal View History

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