keycloak.json

{
  "realm" : "demo",
  "resource" : "third-party",
  "auth-server-url" : "http://localhost:8080/auth",
  "ssl-not-required" : true,
   "credentials" : {
       "secret": "password"
   }
}