keycloak-scim/examples/authz/hello-world-authz-service/src/main/webapp/WEB-INF/keycloak.json

12 lines
300 B
JSON
Raw Normal View History

{
"realm": "hello-world-authz",
"auth-server-url": "http://localhost:8080/auth",
"ssl-required": "external",
"resource": "hello-world-authz-service",
"credentials": {
2016-06-23 04:02:39 +00:00
"secret": "secret"
},
"policy-enforcer": {
"on-deny-redirect-to" : "/hello-world-authz-service/error.jsp"
}
}