Skip to content

Commit b5f8fb5

Browse files
authored
Add AllowedAuthMethods to appsettings.Production.json
1 parent e120d76 commit b5f8fb5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

api/appsettings.Production.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"AzureAd": {
33
"ClientId": "7d167947-b236-47ab-baa0-3d3575334237",
4-
"ClientSecret": "Fill in ASP.NET Secret Manager"
4+
"ClientSecret": "Fill in ASP.NET Secret Manager",
5+
"AllowedAuthMethods": [ "WorkloadIdentity", "ClientSecret" ]
56
},
67
"Logging": {
78
"LogLevel": {

0 commit comments

Comments
 (0)