There was an error while loading. Please reload this page.
1 parent d39c46b commit 9181049Copy full SHA for 9181049
1 file changed
api/appsettings.Local.json
@@ -2,7 +2,11 @@
2
"AppName": "SaraBackendLocal",
3
"AzureAd": {
4
"ClientId": "dd7e115a-037e-4846-99c4-07561158a9cd",
5
- "ClientSecret": "Fill in ASP.NET Secret Manager"
+ "ClientSecret": "Fill in ASP.NET Secret Manager",
6
+ "AllowedAuthMethods": [
7
+ "AzureCliBootstrap",
8
+ "ClientSecret"
9
+ ]
10
},
11
"EndpointConfig": {
12
"DefaultScheme": "http",
0 commit comments