diff --git a/demo-shell/src/app.config.json b/demo-shell/src/app.config.json index 176fe88296..717e1ee35b 100644 --- a/demo-shell/src/app.config.json +++ b/demo-shell/src/app.config.json @@ -2,10 +2,11 @@ "$schema": "../../lib/core/app-config/schema.json", "ecmHost": "http://{hostname}:{port}", "bpmHost": "http://{hostname}:{port}", - "providers": "OAUTH", + "loginRoute": "login", + "providers": "ALL", "contextRootBpm": "activiti-app", "oauth2": { - "host": "YOUR_AUTH_SERVER", + "host": "http://localhost:30081/auth/realms/myrealm", "clientId": "activiti", "scope": "openid", "secret": "",