From 8cf32e89246b22355d0a84f8d77a3b10df4e8eab 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 --- .../domain/io.fusionauth.domain.OpenIdConfiguration.json | 6 ++++++ .../io.fusionauth.domain.OpenIdConfiguration.json | 8 ++++++++ 2 files changed, 14 insertions(+) diff --git a/src/main/domain/io.fusionauth.domain.OpenIdConfiguration.json b/src/main/domain/io.fusionauth.domain.OpenIdConfiguration.json index a2a5ec4..9fff20a 100644 --- a/src/main/domain/io.fusionauth.domain.OpenIdConfiguration.json +++ b/src/main/domain/io.fusionauth.domain.OpenIdConfiguration.json @@ -24,6 +24,12 @@ "device_authorization_endpoint" : { "type" : "String" }, + "dpop_signing_alg_values_supported" : { + "type" : "List", + "typeArguments" : [ { + "type" : "String" + } ] + }, "end_session_endpoint" : { "type" : "String" }, diff --git a/src/main/domainNG/io.fusionauth.domain.OpenIdConfiguration.json b/src/main/domainNG/io.fusionauth.domain.OpenIdConfiguration.json index fa750f6..4313602 100644 --- a/src/main/domainNG/io.fusionauth.domain.OpenIdConfiguration.json +++ b/src/main/domainNG/io.fusionauth.domain.OpenIdConfiguration.json @@ -24,6 +24,14 @@ "className" : "java.lang.String", "type" : "String" }, + "dpop_signing_alg_values_supported" : { + "className" : "java.util.List", + "type" : "List", + "typeArguments" : [ { + "className" : "java.lang.String", + "type" : "String" + } ] + }, "end_session_endpoint" : { "className" : "java.lang.String", "type" : "String"