Skip to content

Commit d0d7791

Browse files
authored
Fix formatting of ClientSecret in appsettings
1 parent b5f8fb5 commit d0d7791

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/appsettings.Staging.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"AzureAd": {
33
"ClientId": "47a40d36-25a0-434c-8de2-94f703fb57f4",
4-
"ClientSecret": "Fill in ASP.NET Secret Manager"
4+
"ClientSecret": "Fill in ASP.NET Secret Manager",
55
"AllowedAuthMethods": [ "WorkloadIdentity", "ClientSecret" ]
66
},
77
"Logging": {

0 commit comments

Comments
 (0)