Skip to content

Commit 16b71ba

Browse files
authored
Add 'ClientSecret' to AllowedAuthMethods
1 parent c689f41 commit 16b71ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/appsettings.Production.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"AzureAd": {
33
"ClientId": "7d167947-b236-47ab-baa0-3d3575334237",
4-
"AllowedAuthMethods": [ "WorkloadIdentity" ]
4+
"AllowedAuthMethods": [ "WorkloadIdentity", "ClientSecret" ]
55
},
66
"Logging": {
77
"LogLevel": {

0 commit comments

Comments
 (0)