From 5485431202a16104b615c13bfdee6bc6c4a04e4c Mon Sep 17 00:00:00 2001 From: Maurizio Vitale Date: Fri, 8 Jun 2018 11:34:41 +0100 Subject: [PATCH] [ADF-3156] App config default ALL (BPM and ECM) provider (#3460) * Use as default provider ALL (BPM and ECM) * Default host OAUTH --- demo-shell/src/app.config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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": "",