We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f7d69f commit b7315f6Copy full SHA for b7315f6
src/state/authDataAtom.ts
@@ -65,7 +65,7 @@ export function createUserManager(
65
return new UserManager({
66
redirect_uri: window.location.origin + redirectPath,
67
post_logout_redirect_uri: window.location.origin + '/logout.html',
68
- loadUserInfo: true,
+ loadUserInfo: false,
69
client_id: oidcParams.clientId,
70
authority: oidcParams.issuerUrl,
71
client_secret: oidcParams.clientSecret,
0 commit comments