Skip to content

Commit deedd9d

Browse files
authored
update test certs (#3424)
* update test certs * remove propertygroup
1 parent ff33ea0 commit deedd9d

File tree

17 files changed

+69
-66
lines changed

17 files changed

+69
-66
lines changed

benchmark/appsettings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"ClientId": "f6b698c0-140c-448f-8155-4aa9bf77ceba",
66
"ClientCredentials": [
77
{
8-
"SourceType": "KeyVault",
9-
"KeyVaultUrl": "https://webappsapistests.vault.azure.net",
10-
"KeyVaultCertificateName": "Self-Signed-5-5-22"
8+
"SourceType": "StoreWithDistinguishedName",
9+
"CertificateStorePath": "LocalMachine/My",
10+
"CertificateDistinguishedName": "CN=LabAuth.MSIDLab.com"
1111
}
1212
]
1313
}

tests/DevApps/ContosoWorker/appsettings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"ClientId": "f6b698c0-140c-448f-8155-4aa9bf77ceba",
66
"ClientCredentials": [
77
{
8-
"SourceType": "KeyVault",
9-
"KeyVaultUrl": "https://webappsapistests.vault.azure.net",
10-
"KeyVaultCertificateName": "Self-Signed-5-5-22"
8+
"SourceType": "StoreWithDistinguishedName",
9+
"CertificateStorePath": "LocalMachine/My",
10+
"CertificateDistinguishedName": "CN=LabAuth.MSIDLab.com"
1111
}
1212
]
1313
},

tests/DevApps/WebAppCallsMicrosoftGraph/appsettings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
// "ManagedIdentityClientId": ""
1919
//},
2020
{
21-
"SourceType": "KeyVault",
22-
"KeyVaultUrl": "https://webappsapistests.vault.azure.net",
23-
"KeyVaultCertificateName": "Self-Signed-5-5-22"
21+
"SourceType": "StoreWithDistinguishedName",
22+
"CertificateStorePath": "LocalMachine/My",
23+
"CertificateDistinguishedName": "CN=LabAuth.MSIDLab.com"
2424
}
2525
//{
2626
// "SourceType": "ClientSecret",

tests/DevApps/WebAppCallsWebApiCallsGraph/Client/appsettings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
// To call an API
1313
"ClientCertificates": [
1414
{
15-
"SourceType": "KeyVault",
16-
"KeyVaultUrl": "https://webappsapistests.vault.azure.net",
17-
"KeyVaultCertificateName": "Self-Signed-5-5-22"
15+
"SourceType": "StoreWithDistinguishedName",
16+
"CertificateStorePath": "LocalMachine/My",
17+
"CertificateDistinguishedName": "CN=LabAuth.MSIDLab.com"
1818
}
1919
]
2020
},

tests/DevApps/WebAppCallsWebApiCallsGraph/TodoListService/appsettings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
//"ClientSecret": null,
2020
"ClientCertificates": [
2121
{
22-
"SourceType": "KeyVault",
23-
"KeyVaultUrl": "https://webappsapistests.vault.azure.net",
24-
"KeyVaultCertificateName": "Self-Signed-5-5-22"
22+
"SourceType": "StoreWithDistinguishedName",
23+
"CertificateStorePath": "LocalMachine/My",
24+
"CertificateDistinguishedName": "CN=LabAuth.MSIDLab.com"
2525
}
2626
],
2727
"Scopes": "access_as_user",

tests/DevApps/WebAppCallsWebApiCallsGraph/gRPC/appsettings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"ClientId": "556d438d-2f4b-4add-9713-ede4e5f5d7da",
77
"ClientCertificates": [
88
{
9-
"SourceType": "KeyVault",
10-
"KeyVaultUrl": "https://webappsapistests.vault.azure.net",
11-
"KeyVaultCertificateName": "Self-Signed-5-5-22"
9+
"SourceType": "StoreWithDistinguishedName",
10+
"CertificateStorePath": "LocalMachine/My",
11+
"CertificateDistinguishedName": "CN=LabAuth.MSIDLab.com"
1212
}
1313
]
1414
},

tests/DevApps/aspnet-mvc/OwinWebApi/appsettings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"EnableCacheSynchronization": false,
1010
"ClientCredentials": [
1111
{
12-
"SourceType": "KeyVault",
13-
"KeyVaultUrl": "https://webappsapistests.vault.azure.net",
14-
"KeyVaultCertificateName": "Self-Signed-5-5-22"
12+
"SourceType": "StoreWithDistinguishedName",
13+
"CertificateStorePath": "LocalMachine/My",
14+
"CertificateDistinguishedName": "CN=LabAuth.MSIDLab.com"
1515
}
1616
],
1717
"TokenDecryptionCertificates": [

tests/DevApps/aspnet-mvc/OwinWebApp/appsettings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"EnableCacheSynchronization": false,
1010
"ClientCredentials": [
1111
{
12-
"SourceType": "KeyVault",
13-
"KeyVaultUrl": "https://webappsapistests.vault.azure.net",
14-
"KeyVaultCertificateName": "Self-Signed-5-5-22"
12+
"SourceType": "StoreWithDistinguishedName",
13+
"CertificateStorePath": "LocalMachine/My",
14+
"CertificateDistinguishedName": "CN=LabAuth.MSIDLab.com"
1515
}
1616
]
1717
},

tests/DevApps/blazor/BlazorApp/appsettings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
// To call an API
1515
"ClientCredentials": [
1616
{
17-
"SourceType": "KeyVault",
18-
"KeyVaultUrl": "https://webappsapistests.vault.azure.net",
19-
"KeyVaultCertificateName": "Self-Signed-5-5-22"
17+
"SourceType": "StoreWithDistinguishedName",
18+
"CertificateStorePath": "LocalMachine/My",
19+
"CertificateDistinguishedName": "CN=LabAuth.MSIDLab.com"
2020
}
2121
]
2222
},

tests/DevApps/blazorserver-calls-api/Client/appsettings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"ClientId": "9a192b78-6580-4f8a-aace-f36ffea4f7be",
77
"ClientCertificates": [
88
{
9-
"SourceType": "KeyVault",
10-
"KeyVaultUrl": "https://webappsapistests.vault.azure.net",
11-
"KeyVaultCertificateName": "Self-Signed-5-5-22"
9+
"SourceType": "StoreWithDistinguishedName",
10+
"CertificateStorePath": "LocalMachine/My",
11+
"CertificateDistinguishedName": "CN=LabAuth.MSIDLab.com"
1212
}
1313
],
1414
"CallbackPath": "/signin-oidc"

0 commit comments

Comments
 (0)