From 5b3bed0048c5bad71581d9d430176ac452ceb5ce Mon Sep 17 00:00:00 2001 From: "Adam T. Williams" Date: Tue, 29 Oct 2024 09:11:13 -0600 Subject: [PATCH] test: patch oauth2 snapshot --- oauth2/.snapshots/TestHandlerWellKnown-hsm_enabled=false.json | 3 ++- oauth2/.snapshots/TestHandlerWellKnown-hsm_enabled=true.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/oauth2/.snapshots/TestHandlerWellKnown-hsm_enabled=false.json b/oauth2/.snapshots/TestHandlerWellKnown-hsm_enabled=false.json index 215fa018214..5bc92ec79a5 100644 --- a/oauth2/.snapshots/TestHandlerWellKnown-hsm_enabled=false.json +++ b/oauth2/.snapshots/TestHandlerWellKnown-hsm_enabled=false.json @@ -63,7 +63,8 @@ "require_request_uri_registration": true, "response_modes_supported": [ "query", - "fragment" + "fragment", + "form_post" ], "response_types_supported": [ "code", diff --git a/oauth2/.snapshots/TestHandlerWellKnown-hsm_enabled=true.json b/oauth2/.snapshots/TestHandlerWellKnown-hsm_enabled=true.json index 215fa018214..5bc92ec79a5 100644 --- a/oauth2/.snapshots/TestHandlerWellKnown-hsm_enabled=true.json +++ b/oauth2/.snapshots/TestHandlerWellKnown-hsm_enabled=true.json @@ -63,7 +63,8 @@ "require_request_uri_registration": true, "response_modes_supported": [ "query", - "fragment" + "fragment", + "form_post" ], "response_types_supported": [ "code",