From cca67a3413b8e1a0c59a456f8b00a6d8e0b090df Mon Sep 17 00:00:00 2001 From: Erik Ziegler Date: Tue, 9 Apr 2019 13:57:11 +0200 Subject: [PATCH] fix(ccc-example): Fix ccc localhost settings --- config-react/ccc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config-react/ccc.json b/config-react/ccc.json index 27b0cf712..d889ddca2 100644 --- a/config-react/ccc.json +++ b/config-react/ccc.json @@ -17,9 +17,9 @@ }, "oidc": [{ "authServerUrl": "https://cancer.crowds-cure.org/auth/realms/dcm4che", - "authRedirectUri": "https://localhost:5000/callback", + "authRedirectUri": "http://localhost:5000/callback", "clientId": "crowds-cure-cancer", - "postLogoutRedirectUri": "https://localhost:5000/logout-redirect.html", + "postLogoutRedirectUri": "http://localhost:5000/logout-redirect.html", "responseType": "id_token token", "scope": "email profile openid", "revokeAccessTokenOnSignout": true,