|
|
|
@ -12,7 +12,7 @@ const getQueryString = (authProvider: AuthProviders, urlParams: Settings) => { |
|
|
|
nonce: urlParams.nonce || '0394852-3190485-2490358', |
|
|
|
nonce: urlParams.nonce || '0394852-3190485-2490358', |
|
|
|
redirect_uri: `${window.location.origin}${PAGES.oauth}`, |
|
|
|
redirect_uri: `${window.location.origin}${PAGES.oauth}`, |
|
|
|
response_type: 'token id_token', |
|
|
|
response_type: 'token id_token', |
|
|
|
scope: 'openid email', |
|
|
|
scope: 'openid email profile', |
|
|
|
state: urlParams.state || '', |
|
|
|
state: urlParams.state || '', |
|
|
|
}).toString() |
|
|
|
}).toString() |
|
|
|
|
|
|
|
|
|
|
|
|