Package org.keycloak.broker.oid4vp.mappers


package org.keycloak.broker.oid4vp.mappers
  • Class
    Description
    Base for OID4VP identity provider mappers that read a claim of the verified credential presentation, addressed by a ClaimPath over the claims JSON.
    A path locating claims in the claims JSON of a presented credential, configured in dot notation with optional array selectors: address.locality selects a nested claim, nationalities[] selects all array elements, nationalities[0] selects the first element, and a literal dot in a claim name is escaped as \..
    One path step.
     
    Maps a claim of the presented SD JWT credential to a user property or attribute.
    Imports a claim of the presented SD JWT credential into a user session attribute, so it can be surfaced in tokens through the user session note protocol mappers.