Skip to content

Authentication response preparation helper

Created by: acrusage-iaik

Changes in OidcSiopWallet API:

Evaluating AuthenticationResponseResult is now a two-step-process:

  1. starting authentication response preparation - yields an authentication response preparation helper
  2. finalizing authentication response result - consumes an authentication response preparation helper

Between step 1 and step 2, users of the library may give their users a chance to consent and see submission details.

Merge request reports