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

12 lines
236 B
JSON
Raw Normal View History

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