Skip to content

Commit 6a7d251

Browse files
chore(docs): update microsoft-entra-id.mdx .env.local description (#12612)
Update microsoft-entra-id.mdx Fix MicrosoftEntraID description in docs according Issues and own experience
1 parent 32740ee commit 6a7d251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/getting-started/providers/microsoft-entra-id.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ In `.env.local` create the following entries:
161161
```
162162
AUTH_MICROSOFT_ENTRA_ID_ID=<copy Application (client) ID here>
163163
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
165165
```
166166

167167
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

Comments
 (0)