keycloak.json

{
  "realm": "photoz",
  "auth-server-url": "http://localhost:8080/auth",
  "resource": "photoz-restful-api",
  "credentials": {
    "secret": "secret"
  }
}