Home / examples / demo-template / third-party / src / main / webapp / WEB-INF / keycloak.json
{ "realm" : "demo", "resource" : "third-party", "auth-server-url" : "http://localhost:8080/auth", "ssl-not-required" : true, "credentials" : { "secret": "password" } }