Skip to content

Commit 6f2c04f

Browse files
negoejmprieur
authored andcommitted
Sov Graph Appsettings updates (#95)
1 parent 263f299 commit 6f2c04f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

2-WebApp-graph-user/2-4-Sovereign-Call-MSGraph/appsettings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"AzureAd": {
3-
"Instance": "https://login.microsoftonline.com/",
3+
"Instance": "https://login.microsoftonline.us/",
44
"Domain": "[Enter the domain of your tenant, e.g. contoso.onmicrosoft.com]",
5-
"TenantId": "[Enter 'common', or 'organizations' or the Tenant Id (Obtained from the Azure portal. Select 'Endpoints' from the 'App registrations' blade and use the GUID in any of the URLs), e.g. da41245a5-11b3-996c-00a8-4d99re19f292]",
5+
"TenantId": "[Enter 'organizations' or the Tenant Id (Obtained from the Azure portal. Select 'Endpoints' from the 'App registrations' blade and use the GUID in any of the URLs), e.g. da41245a5-11b3-996c-00a8-4d99re19f292]",
66
"ClientId": "[Enter the Client Id (Application ID obtained from the Azure portal), e.g. ba74781c2-53c2-442a-97c2-3d60re42f403]",
77
"CallbackPath": "/signin-oidc",
88
"SignedOutCallbackPath ": "/signout-callback-oidc",
@@ -17,5 +17,5 @@
1717
}
1818
},
1919
"AllowedHosts": "*",
20-
"GraphApiUrl": "https://graph.microsoft.com"
20+
"GraphApiUrl": "https://graph.microsoft.us"
2121
}

0 commit comments

Comments
 (0)