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 8bb4fb0 commit b78097eCopy full SHA for b78097e
pages/api/auth/[...nextauth].ts
@@ -23,7 +23,7 @@ const wfoProvider: OAuthConfig<WfoUserProfile> = {
23
`${process.env.NEXTAUTH_ISSUER || ''}/.well-known/openid-configuration`,
24
authorization: {
25
params: {
26
- scope: process.env.NEXTATHU_AUTHORIZATION_SCOPE ?? 'openid profile',
+ scope: process.env.NEXTAUTH_AUTHORIZATION_SCOPE ?? 'openid profile',
27
},
28
29
idToken: true,
0 commit comments