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 d386260 commit 911a39bCopy full SHA for 911a39b
src/pages/api/auth/[...nextauth].js
@@ -9,7 +9,8 @@ export const authOptions = {
9
id: 'osm-teams',
10
name: 'OSM Teams',
11
type: 'oauth',
12
- wellKnown: 'https://mapping.team/hyauth/.well-known/openid-configuration',
+ wellknown:
13
+ 'https://auth.mapping.team/hyauth/.well-known/openid-configuration',
14
authorization: { params: { scope: 'openid offline' } },
15
idToken: true,
16
async profile(profile) {
0 commit comments