Skip to content

Commit 09bb664

Browse files
author
Kalyan Krishna
committed
reverted unnecessary changes
1 parent dbdef8a commit 09bb664

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

5-WebApp-AuthZ/5-1-Roles/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": "kkaad.onmicrosoft.com",
5-
"TenantId": "979f4440-75dc-4664-b2e1-2cafa0ac67d1",
6-
"ClientId": "959274d1-863d-4c30-b77d-d2a07d97e608",
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]",
77
"CallbackPath": "/signin-oidc",
88
"SignedOutCallbackPath ": "/signout-callback-oidc",
99

0 commit comments

Comments
 (0)