From 5e639399cb42d92819621cd66a82a355b9d8652c Mon Sep 17 00:00:00 2001 From: Brent Halsey Date: Wed, 21 Jan 2026 13:45:58 -0700 Subject: [PATCH] update OpenIdConfiguration with dpop_signing_alg_values_supported --- pkg/fusionauth/Domain.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/fusionauth/Domain.go b/pkg/fusionauth/Domain.go index c544e35..a2635d7 100644 --- a/pkg/fusionauth/Domain.go +++ b/pkg/fusionauth/Domain.go @@ -4860,6 +4860,7 @@ type OpenIdConfiguration struct { BackchannelLogoutSupported bool `json:"backchannel_logout_supported"` ClaimsSupported []string `json:"claims_supported,omitempty"` DeviceAuthorizationEndpoint string `json:"device_authorization_endpoint,omitempty"` + DpopSigningAlgValuesSupported []string `json:"dpop_signing_alg_values_supported,omitempty"` EndSessionEndpoint string `json:"end_session_endpoint,omitempty"` FrontchannelLogoutSupported bool `json:"frontchannel_logout_supported"` GrantTypesSupported []string `json:"grant_types_supported,omitempty"`