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,