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

12 lines
No EOL
300 B
JSON

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