Package org.keycloak.broker.oid4vp.mappers
package org.keycloak.broker.oid4vp.mappers
-
ClassDescriptionBase for OID4VP identity provider mappers that read a claim of the verified credential presentation, addressed by a
ClaimPathover the claims JSON.A path locating claims in the claims JSON of a presented credential, configured in dot notation with optional array selectors:address.localityselects 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.