There was an error while loading. Please reload this page.
1 parent e120d76 commit b5f8fb5Copy full SHA for b5f8fb5
1 file changed
api/appsettings.Production.json
@@ -1,7 +1,8 @@
1
{
2
"AzureAd": {
3
"ClientId": "7d167947-b236-47ab-baa0-3d3575334237",
4
- "ClientSecret": "Fill in ASP.NET Secret Manager"
+ "ClientSecret": "Fill in ASP.NET Secret Manager",
5
+ "AllowedAuthMethods": [ "WorkloadIdentity", "ClientSecret" ]
6
},
7
"Logging": {
8
"LogLevel": {
0 commit comments