Skip to content

Commit f158355

Browse files
author
Kalyan Krishna
committed
revert appsettings after deleting the app
1 parent 1e4aabb commit f158355

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

2-WebApp-graph-user/2-1-Call-MSGraph/appsettings.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"AzureAd": {
33
"Instance": "https://login.microsoftonline.com/",
4-
"Domain": "devworkshopdemo.onmicrosoft.com",
5-
"TenantId": "af8cc1a0-d2aa-4ca7-b829-00d361edb652",
6-
"ClientId": "d250d04b-d761-4a17-9c2e-d6ce42ea0562",
7-
"ClientSecret": "1b6E4Lm+uSKK/vmBZuJMVmO5FwJHLD2+AxKBy5tnSkQ=",
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]",
7+
"ClientSecret": "[Copy the client secret added to the app from the Azure portal]",
88
"ClientCertificates": [
99
],
10+
"ClientCapabilities": [ "cp1" ],
1011
"CallbackPath": "/signin-oidc"
1112
},
1213
"DownstreamApi": {

0 commit comments

Comments
 (0)