Skip to content

Commit

Permalink
test: patch oauth2 snapshot (#3867)
Browse files Browse the repository at this point in the history
  • Loading branch information
awill1988 authored Oct 29, 2024
1 parent 9cc5f28 commit db095de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
"require_request_uri_registration": true,
"response_modes_supported": [
"query",
"fragment"
"fragment",
"form_post"
],
"response_types_supported": [
"code",
Expand Down
3 changes: 2 additions & 1 deletion oauth2/.snapshots/TestHandlerWellKnown-hsm_enabled=true.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
"require_request_uri_registration": true,
"response_modes_supported": [
"query",
"fragment"
"fragment",
"form_post"
],
"response_types_supported": [
"code",
Expand Down

0 comments on commit db095de

Please sign in to comment.