We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
balazsorban44
ThangHuuVu
Learn more about funding links in repositories.
Report abuse
appid
wellKnown
1 parent 3e312d0 commit a03657eCopy full SHA for a03657e
packages/next-auth/src/providers/azure-ad.ts
@@ -25,7 +25,7 @@ export default function AzureAD<P extends AzureADProfile>(
25
id: "azure-ad",
26
name: "Azure Active Directory",
27
type: "oauth",
28
- wellKnown: `https://login.microsoftonline.com/${tenant}/v2.0/.well-known/openid-configuration`,
+ wellKnown: `https://login.microsoftonline.com/${tenant}/v2.0/.well-known/openid-configuration?appid=${options.clientId}`,
29
authorization: {
30
params: {
31
scope: "openid profile email",
0 commit comments