Skip to content

Commit 138ad07

Browse files
committed
Fix .NET 10 exception with empty arrays
1 parent a165c57 commit 138ad07

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

server/appsettings.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"TenantId": "[Enter 'common', or 'organizations' or the Tenant Id ('Directory (tenant) ID' obtained from the Azure portal (Overview of the corresponding App Registration)), e.g. da41245a5-11b3-996c-00a8-4d99re19f292]",
66
"ClientId": "[Enter the Client Id ('Application (client) ID' obtained from the Azure portal), e.g. ba74781c2-53c2-442a-97c2-3d60re42f403]",
77
"ClientSecret": "[Copy the client secret added to the App Registration from the Azure portal]",
8-
"ClientCertificates": [
9-
],
8+
//"ClientCertificates": [], // Note: emtpy array can cause exceptions
109
// the following is required to handle Continuous Access Evaluation challenges
1110
"ClientCapabilities": [ "cp1" ],
1211
"CallbackPath": "/signin-oidc"

0 commit comments

Comments
 (0)