mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-03 03:01:52 +02:00
⚙️ Use common endpoint
This commit is contained in:
parent
de3c04bebe
commit
37933d0457
1 changed files with 2 additions and 0 deletions
|
@ -157,6 +157,8 @@ if (
|
|||
tenantId: process.env.MICROSOFT_TENANT_ID,
|
||||
clientId: process.env.MICROSOFT_CLIENT_ID,
|
||||
clientSecret: process.env.MICROSOFT_CLIENT_SECRET,
|
||||
wellKnown:
|
||||
"https://login.microsoftonline.com/common/v2.0/.well-known/openid-configuration",
|
||||
}),
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue