diff --git a/src/features/AuthServiceApp/helpers/getAuthUrl/index.tsx b/src/features/AuthServiceApp/helpers/getAuthUrl/index.tsx index f33525fc..83cc78cf 100644 --- a/src/features/AuthServiceApp/helpers/getAuthUrl/index.tsx +++ b/src/features/AuthServiceApp/helpers/getAuthUrl/index.tsx @@ -12,7 +12,7 @@ const getQueryString = (authProvider: AuthProviders, urlParams: Settings) => { nonce: urlParams.nonce || '0394852-3190485-2490358', redirect_uri: `${window.location.origin}${PAGES.oauth}`, response_type: 'token id_token', - scope: 'openid email', + scope: 'openid email profile', state: urlParams.state || '', }).toString()