Skip to content

Commit 8121967

Browse files
authored
feat: add microsoft login support (#35)
1 parent e45616a commit 8121967

23 files changed

+1203
-56
lines changed

apps/api/.env.example

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Server
22
SERVER_PORT=3000
33

4+
# Azure Client
5+
AAD_AUTHORITY=login.microsoftonline.com
6+
AAD_TENANT_ID=
7+
AAD_METADATA_VERSION=v2.0
8+
AAD_DISCOVERY=.well-known/openid-configuration
9+
AAD_CLIENT_ID=
10+
AAD_AUDIENCE=
11+
AAD_SCOPES=
12+
AAD_VALIDATE_ISSUER=true
13+
AAD_PASS_REQ_TO_CALLBACK=false
14+
AAD_LOGGING_LEVEL=error
15+
AAD_LOGGING_NO_PII=false
16+
417
# Node env
518
NODE_ENV=development # Use "development" for graphql playground to work
619

0 commit comments

Comments
 (0)