Skip to content

Commit

Permalink
Add example of environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
benhovinga committed Feb 6, 2025
1 parent 3b65a1b commit 7005e71
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/pages/getting-started/providers/microsoft-entra-id.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,12 @@ app.use(
</Code.Express>
</Code>

```env filename=".env.local"
AUTH_MICROSOFT_ENTRA_ID_ID="<Application (client) ID>"
AUTH_MICROSOFT_ENTRA_ID_SECRET="<Client secret value>"
AUTH_MICROSOFT_ENTRA_ID_ISSUER="https://login.microsoftonline.com/<Directory (tenant) ID>/v2.0"
```

## Notes

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

0 comments on commit 7005e71

Please sign in to comment.