Skip to content

Commit c1f1040

Browse files
authored
Merge pull request #105 from Azure-Samples/mention-ciam
Mention how to use a CIAM tenant
2 parents 19e604b + 4e7edd1 commit c1f1040

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.env.sample

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@
44
CLIENT_ID=<client id>
55
CLIENT_SECRET=<client secret>
66

7-
# Expects a full authority URL such as "https://login.microsoftonline.com/TENANT_GUID"
8-
# or "https://login.microsoftonline.com/contoso.onmicrosoft.com".
7+
# The AUTHORITY variable expects a full authority URL.
8+
#
9+
# If you are using an AAD tenent, configure it as
10+
# "https://login.microsoftonline.com/TENANT_GUID"
11+
# or "https://login.microsoftonline.com/subdomain.onmicrosoft.com".
12+
#
13+
# If you are using a CIAM tenant, configure it as "https://subdomain.ciamlogin.com"
14+
#
915
# Alternatively, leave it undefined if you are building a multi-tenant app in world-wide cloud
1016
#AUTHORITY=<authority url>

0 commit comments

Comments
 (0)