- CLOUD_INSTANCE="https://login.microsoftonline.com/" # cloud instance string should end with a trailing slash
- TENANT_ID="2e58414a-c6ae-43ff-aaf5-45ab8b78a404"
- CLIENT_ID="0673c862-7edc-455d-9636-5559a0a8f2b9"
- CLIENT_SECRET="xhZ8Q~9z1kuxKs~wt0EWbrtuG5FFlyS7WE8~~afa"
- REDIRECT_URI="https://localhost:53000/redirect/"
- POST_LOGOUT_REDIRECT_URI="https://localhost:53000"
- GRAPH_API_ENDPOINT="https://graph.microsoft.com/" # graph api endpoint string should end with a trailing slash
- EXPRESS_SESSION_SECRET="SESSION_SECRET"
|