Skip to content

Commit bc0e20a

Browse files
committed
docs: add scope description
1 parent 3bf03af commit bc0e20a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ async function bootstrap() {
4040
authorizationUrl: `${process.env.IDP_WEB_URL}/authorize?prompt=consent`,
4141
tokenUrl: `${process.env.IDP_URL}/oauth/token`,
4242
scopes: {
43-
openid: '',
44-
profile: '',
45-
offline_access: '',
43+
openid: 'openid',
44+
profile: 'profile',
45+
offline_access: 'offline_access',
4646
},
4747
},
4848
},

0 commit comments

Comments
 (0)