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 625576c commit 01db6aaCopy full SHA for 01db6aa
src/js/OidcConfiguration.js
@@ -3,7 +3,7 @@ const initData = {
3
client_id: "ringfs",
4
redirect_uri: baseUrl + "/authentication/callback",
5
response_type: "id_token token",
6
- scope: "openid profile email",
+ 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,
9
loadUserInfo: false,
0 commit comments