Skip to content

Commit

Permalink
Fix Authorization Request Params (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen authored Sep 10, 2024
1 parent 67f1c6d commit e4a54aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oidcc_authorization.erl
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ attempt_request_object(
{error, no_supported_alg_or_key} when RequireSignedRequestObject =:= true ->
{error, request_object_required};
{error, no_supported_alg_or_key} ->
{ok, QueryParams};
{ok, QueryParams ++ UrlExtension};
{ok, SignedRequestObject} ->
case
oidcc_jwt_util:encrypt(
Expand Down

0 comments on commit e4a54aa

Please sign in to comment.