Skip to content

Commit

Permalink
Add: actually return the extracted request object
Browse files Browse the repository at this point in the history
  • Loading branch information
acrusage-iaik authored and nodh committed Mar 18, 2024
1 parent 91e1d97 commit 05db241
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class OidcSiopWallet(

private fun extractRequestObject(params: AuthenticationRequestParameters): AuthenticationRequestParameters? {
params.request?.let { requestObject ->
parseRequestObjectJws(requestObject)
return parseRequestObjectJws(requestObject)
}
return null
}
Expand Down

0 comments on commit 05db241

Please sign in to comment.