Skip to content

Commit 2ba7770

Browse files
author
Kalyan Krishna
committed
discrd
1 parent c73e6e8 commit 2ba7770

File tree

2 files changed

+4
-18
lines changed

2 files changed

+4
-18
lines changed

5-WebApp-AuthZ/5-1-Roles/appsettings.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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": "kkaad.onmicrosoft.com",
5+
"TenantId": "979f4440-75dc-4664-b2e1-2cafa0ac67d1",
6+
"ClientId": "959274d1-863d-4c30-b77d-d2a07d97e608",
77
"CallbackPath": "/signin-oidc",
88
"SignedOutCallbackPath ": "/signout-callback-oidc",
99

1010
// To call an API
11-
"ClientSecret": "[Copy the client secret added to the app from the Azure portal]"
11+
"ClientSecret": "+8GCiKl55tfoOLk3LgjqF24B+mAlbhyxqzx9at91ESQ="
1212
},
1313
"Logging": {
1414
"LogLevel": {

buildAllSlns.proj

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)