fix(ccc-example): Fix ccc localhost settings

This commit is contained in:
Erik Ziegler 2019-04-09 13:57:11 +02:00
parent 55510a27be
commit cca67a3413

View File

@ -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,