You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Samples/asp.net-webservice/appsettings.baseline.json
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,12 @@
1
1
{
2
-
"Instructions": "Use this file as a template for your application and save it with the name appsetings.json. Write the appropriate values for ClientId, ClientSecret or ClientCertificate (use just one) and ContainerTypeId",
2
+
"Instructions": "Use this file as a template for your application and save it with the name appsettings.json. Write the appropriate values for ClientId and ContainerTypeId. No client secret is needed — the app uses public client (PKCE) auth.",
Copy file name to clipboardExpand all lines: Samples/asp.net-webservice/appsettings.docker.json
+2-9Lines changed: 2 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,12 @@
1
1
{
2
-
"Instructions": "Use this file as a template for your application and save it with the name appsetings.json. Write the appropriate values for ClientId, ClientSecret or ClientCertificate (use just one) and ContainerTypeId",
2
+
"Instructions": "Use this file as a template for your application and save it with the name appsettings.json. Write the appropriate values for ClientId and ContainerTypeId. No client secret is needed — the app uses public client (PKCE) auth.",
0 commit comments