We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19e604b + 4e7edd1 commit c1f1040Copy full SHA for c1f1040
.env.sample
@@ -4,7 +4,13 @@
4
CLIENT_ID=<client id>
5
CLIENT_SECRET=<client secret>
6
7
-# Expects a full authority URL such as "https://login.microsoftonline.com/TENANT_GUID"
8
-# or "https://login.microsoftonline.com/contoso.onmicrosoft.com".
+# The AUTHORITY variable expects a full authority URL.
+#
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
15
# Alternatively, leave it undefined if you are building a multi-tenant app in world-wide cloud
16
#AUTHORITY=<authority url>
0 commit comments