keycloak.json

12 lines | 300 B Blame History Raw Download
{
  "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"
  }
}