keycloak.json

12 lines | 236 B Blame History Raw Download
{
  "realm" : "demo",
  "resource" : "third-party",
  "auth-server-url" : "http://localhost:8080/auth",
  "ssl-not-required" : true,
   "credentials" : {
      "password" : "password"
   },
   "scope": {
      "realm": [ "user" ]
   }
}