File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
4-WebApp-your-API/4-1-MyOrg/Client Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 14
14
//Important - this approach is not secure to use on production. Use a certificate with KeyVault on production
15
15
"ClientSecret" : " [Copy the client secret added to the app from the Azure portal]"
16
16
17
+ ////************** Uncomment this part when working with KeyVault certificate
17
18
//"ClientCertificates": [
18
19
// {
19
- //************** Uncomment this part when working with KeyVault certificate
20
20
// "SourceType": "KeyVault",
21
21
// "KeyVaultUrl": "[Enter URL for you Key Vault]",
22
22
// "KeyVaultCertificateName": ""
23
- //**********************************************************************************
23
+ // }
24
+ //]
25
+ ////**********************************************************************************
24
26
25
- // ************* Uncomment this part when working with local certificate
27
+ //// ************* Uncomment this part when working with local certificate
28
+ //"ClientCertificates": [
29
+ // {
26
30
// "SourceType": "StoreWithDistinguishedName",
27
31
// "CertificateStorePath": "CurrentUser/My",
28
32
// "CertificateDistinguishedName": "CN=TodoListClient-aspnetcore-webapi"
29
- //**********************************************************************************
30
33
// }
31
34
//]
35
+ ////**********************************************************************************
36
+
32
37
},
33
38
"TodoList" : {
34
39
You can’t perform that action at this time.
0 commit comments