fix(ccc-example): Fix ccc localhost settings
This commit is contained in:
parent
55510a27be
commit
cca67a3413
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user