fix(ccc-example): Fix ccc localhost settings
This commit is contained in:
parent
55510a27be
commit
cca67a3413
@ -17,9 +17,9 @@
|
|||||||
},
|
},
|
||||||
"oidc": [{
|
"oidc": [{
|
||||||
"authServerUrl": "https://cancer.crowds-cure.org/auth/realms/dcm4che",
|
"authServerUrl": "https://cancer.crowds-cure.org/auth/realms/dcm4che",
|
||||||
"authRedirectUri": "https://localhost:5000/callback",
|
"authRedirectUri": "http://localhost:5000/callback",
|
||||||
"clientId": "crowds-cure-cancer",
|
"clientId": "crowds-cure-cancer",
|
||||||
"postLogoutRedirectUri": "https://localhost:5000/logout-redirect.html",
|
"postLogoutRedirectUri": "http://localhost:5000/logout-redirect.html",
|
||||||
"responseType": "id_token token",
|
"responseType": "id_token token",
|
||||||
"scope": "email profile openid",
|
"scope": "email profile openid",
|
||||||
"revokeAccessTokenOnSignout": true,
|
"revokeAccessTokenOnSignout": true,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user