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 committed Mar 13, 2024
1 parent d78157c commit db84da3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,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 db84da3

Please sign in to comment.