We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60598e9 commit 90b4562Copy full SHA for 90b4562
src/js/OidcConfiguration.js
@@ -2,7 +2,7 @@ const baseUrl = window.location.protocol + "//" + window.location.host
2
const initData = {
3
client_id: "ringfs",
4
redirect_uri: baseUrl + "/authentication/callback",
5
- response_type: "id_token token",
+ response_type: "code",
6
scope: "openid profile email offline_access opensvc:om2 opensvc:om2:root opensvc:om2:guest grant",
7
silent_redirect_uri: baseUrl + "/authentication/silent_callback",
8
automaticSilentRenew: true,
0 commit comments