Home / examples / authz / photoz / photoz-restful-api / src / main / resources / keycloak.json
{ "realm": "photoz", "auth-server-url": "http://localhost:8080/auth", "resource": "photoz-restful-api", "credentials": { "secret": "secret" } }