keycloak.json

11 lines | 210 B Blame History Raw Download
{
  "realm" : "basic-auth",
  "resource" : "basic-auth-service",
  "auth-server-url": "/auth",
  "ssl-required" : "external",
  "enable-basic-auth" : "true",
  "credentials": {
      "secret": "password"
  }
}