Skip to content

Commit

Permalink
Add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
joegoldman2 authored and brentschmaltz committed Jun 14, 2024
1 parent 4efb6fd commit b8b244b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ internal static class OpenIdConnectConfigurationSerializer
{
"ACR_VALUES_SUPPORTED",
"AUTHORIZATION_ENDPOINT",
"AUTHORIZATION_RESPONSE_ISS_PARAMETER_SUPPORTED"
"AUTHORIZATION_RESPONSE_ISS_PARAMETER_SUPPORTED",
"BACKCHANNEL_AUTHENTICATION_ENDPOINT",
"BACKCHANNEL_AUTHENTICATION_REQUEST_SIGNING_ALG_VALUES_SUPPORTED",
"BACKCHANNEL_TOKEN_DELIVERY_MODES_SUPPORTED",
Expand Down

0 comments on commit b8b244b

Please sign in to comment.