Skip to content

Commit e120d76

Browse files
authored
Add AllowedAuthMethods to appsettings.Staging.json
1 parent c756476 commit e120d76

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

api/appsettings.Staging.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"AzureAd": {
33
"ClientId": "47a40d36-25a0-434c-8de2-94f703fb57f4",
44
"ClientSecret": "Fill in ASP.NET Secret Manager"
5+
"AllowedAuthMethods": [ "WorkloadIdentity", "ClientSecret" ]
56
},
67
"Logging": {
78
"LogLevel": {

0 commit comments

Comments
 (0)