Skip to content

Commit cb4a500

Browse files
committed
adding temporary appsettings.json fix
1 parent 98db390 commit cb4a500

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

1-WebApp-OIDC/1-3-AnyOrgOrPersonal/appsettings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"AzureAd": {
33
"Instance": "https://login.microsoftonline.com/",
4-
"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]",
6-
"ClientId": "[Enter the Client Id (Application ID obtained from the Azure portal), e.g. ba74781c2-53c2-442a-97c2-3d60re42f403]",
4+
"Domain": "msidlab3.onmicrosoft.com",
5+
"TenantId": "8e44f19d-bbab-4a82-b76b-4cd0a6fbc97a",
6+
"ClientId": "d9cde0be-ad97-41e6-855e-2f85136671c1",
77
"CallbackPath": "/signin-oidc",
88
"SignedOutCallbackPath": "/signout-callback-oidc"
99
},

0 commit comments

Comments
 (0)