Skip to content

Commit b24550a

Browse files
author
Kalyan Krishna
committed
Removed creds from another project in the same repo
1 parent d13c7ce commit b24550a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,4 @@
7878
/4-WebApp-your-API/4-1-Your-API/TodoListClient/obj/Debug
7979
/4-WebApp-your-API/4-1-Your-API/TodoListService/obj
8080
/4-WebApp-your-API/4-1-Your-API/TodoListService/bin/Debug/netcoreapp2.2
81+
/4-WebApp-your-API/4-1-Your-API/.vs/Web-API-Calls-Graph/DesignTimeBuild

3-WebApp-multi-APIs/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": "kkaad.onmicrosoft.com",
5-
"TenantId": "979f4440-75dc-4664-b2e1-2cafa0ac67d1",
6-
"ClientId": "0e5d5b34-0ad1-4c5b-81a3-0ca9173c937b",
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

1010
// To call an API
11-
"ClientSecret": "88zmwILH261wDgLOdaUzcM145WF6bkVPkJvhXpJTSIU="
11+
"ClientSecret": "[Copy the client secret added to the app from the Azure portal]"
1212

1313
},
1414
"Logging": {

0 commit comments

Comments
 (0)