diff --git a/dmp-frontend/src/assets/config/config.json b/dmp-frontend/src/assets/config/config.json index 3424746da..95f451e8d 100644 --- a/dmp-frontend/src/assets/config/config.json +++ b/dmp-frontend/src/assets/config/config.json @@ -51,16 +51,16 @@ } ], "keycloak": { - "enabled": true, - "address": "http://dev03.local.cite.gr:60201/auth", - "realm": "dmp-development", - "flow": "standard", - "clientId": "dmp_webapp", - "silentCheckSsoRedirectUri": "http://localhost:4200/assets/silent-check-sso.html", - "scope": "openid profile email address phone", - "clientSecret": null, - "grantType": "code" - }, + "enabled": true, + "address": null, + "realm": null, + "flow": "standard", + "clientId": null, + "silentCheckSsoRedirectUri": "http://localhost:4200/assets/silent-check-sso.html", + "scope": "openid profile email address phone dmp_web", + "clientSecret": null, + "grantType": "code" + }, "zenodoConfiguration": { "clientId": "", "oauthUrl": "https://sandbox.zenodo.org/oauth/authorize",