feat(ott-2680): add profile to scope

keep-around/2fd168b18eeebc91eac94ae86d817c12edfe1576
dmitriy.karelin 3 years ago committed by Ruslan Khayrullin
parent 942e07ba44
commit 0a4be3ba42
  1. 2
      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()

Loading…
Cancel
Save