Package org.keycloak.broker.oid4vp


package org.keycloak.broker.oid4vp
  • Class
    Description
    The OID4VP verifier client_id: a prefix that tells the wallet how to establish trust in the request, followed by a value derived from the verifier signing certificate.
    The response parameters unsealed from a direct_post.jwt JWE, together with the request context they were resolved against.
    The per request response encryption key for the direct_post.jwt response mode.
    Identity provider that authenticates users with an OpenID4VP (OID4VP) wallet presentation.
     
    JAX-RS endpoint backing the OID4VP wallet flow, routed at /realms/{realm}/broker/{alias}/endpoint.
     
    A direct_post.jwt response JWE with its parsed header.
    The verifier side state of one wallet login, written to the single use object store when the login page is rendered and read while serving the request object and the presentation.
    The OID4VP signed authorization request object: the standard JWT claims from JsonWebToken plus the OID4VP request parameters.
    Response encryption for the OID4VP direct_post.jwt response mode, following HAIP.