external-config-keycloak.json

10 lines | 202 B Blame History Raw Download
{
    "realm": "demo",
    "resource": "external-config",
    "auth-server-url": "http://localhost:8080/auth",
    "ssl-required" : "external",
    "credentials": {
        "secret": "password"
    }
}