Skip to content

Commit

Permalink
fix: pass origin
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <timo@animo.id>
  • Loading branch information
TimoGlastra committed Feb 18, 2025
1 parent 65366cb commit 3a058b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export async function resolveOpenid4vpAuthorizationRequest(
})
}

const clientMeta = parseClientIdentifier({ request: authRequestPayload, jar, callbacks })
const clientMeta = parseClientIdentifier({ request: authRequestPayload, jar, callbacks, origin })

let pex:
| {
Expand Down

0 comments on commit 3a058b1

Please sign in to comment.