Skip to content

Commit 7005e71

Browse files
committed
Add example of environment variables
1 parent 3b65a1b commit 7005e71

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,12 @@ app.use(
193193
</Code.Express>
194194
</Code>
195195

196+
```env filename=".env.local"
197+
AUTH_MICROSOFT_ENTRA_ID_ID="<Application (client) ID>"
198+
AUTH_MICROSOFT_ENTRA_ID_SECRET="<Client secret value>"
199+
AUTH_MICROSOFT_ENTRA_ID_ISSUER="https://login.microsoftonline.com/<Directory (tenant) ID>/v2.0"
200+
```
201+
196202
## Notes
197203

198204
- If the issuer paramater is not set it will default to

0 commit comments

Comments
 (0)