Skip to content

Commit

Permalink
Merge pull request #105 from Azure-Samples/mention-ciam
Browse files Browse the repository at this point in the history
Mention how to use a CIAM tenant
  • Loading branch information
rayluo authored May 14, 2023
2 parents 19e604b + 4e7edd1 commit c1f1040
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@
CLIENT_ID=<client id>
CLIENT_SECRET=<client secret>

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

0 comments on commit c1f1040

Please sign in to comment.