You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/getting-started/providers/microsoft-entra-id.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -161,7 +161,7 @@ In `.env.local` create the following entries:
161
161
```
162
162
AUTH_MICROSOFT_ENTRA_ID_ID=<copy Application (client) ID here>
163
163
AUTH_MICROSOFT_ENTRA_ID_SECRET=<copy generated client secret value here>
164
-
AUTH_MICROSOFT_ENTRA_ID_ISSUER=<copy the issuer here>
164
+
AUTH_MICROSOFT_ENTRA_ID_ISSUER=https://login.microsoftonline.com/<copy the issuer here>/v2.0
165
165
```
166
166
167
167
That will default the tenant to use the `common` authorization endpoint. [For more details see here](https://learn.microsoft.com/en-us/entra/identity-platform/v2-protocols#endpoints).
0 commit comments