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