OpenId4VpVerifier
Combines Verifiable Presentations with OpenId Connect. Implements OpenID for VP (2024-12-02) as well as SIOP V2 (2023-11-28).
This class creates the Authentication Request, verifier verifies the response. See OpenId4VpHolder for the holder.
Constructors
Types
Properties
Serve this result JSON-serialized under /.well-known/jar-issuer
(see OpenIdConstants.PATH_WELL_KNOWN_JAR_ISSUER), so that SIOP Wallets can look up the keys used to sign request objects.
Creates the at.asitplus.openid.RelyingPartyMetadata, without encryption (see metadataWithEncryption)
Creates the RelyingPartyMetadata, but with parameters set to request encryption of pushed authentication responses, see RelyingPartyMetadata.authorizationEncryptedResponseAlg and RelyingPartyMetadata.authorizationEncryptedResponseEncoding.
Functions
Creates AuthenticationRequestParameters, to be encoded in the URL of the wallet somehow, see createAuthnRequest
Creates an JWS Authorization Request (JAR, RFC9101), wrapping the usual AuthenticationRequestParameters.
Creates AuthenticationRequestParameters, to be encoded in the URL of the wallet somehow, see createAuthnRequest
Remembers authenticationRequestParameters to link responses to requests
Validates AuthenticationResponseParameters from the Wallet
Validates an Authentication Response from the Wallet, where input is either:
Validates an Authentication Response from the Wallet, where input is a map of POST parameters received.