Uses of Interface
org.keycloak.sdjwt.vp.TrustedSdJwtIssuerResolver
Packages that use TrustedSdJwtIssuerResolver
-
Uses of TrustedSdJwtIssuerResolver in org.keycloak.broker.oid4vp
Methods in org.keycloak.broker.oid4vp that return TrustedSdJwtIssuerResolverModifier and TypeMethodDescriptionprotected TrustedSdJwtIssuerResolverOID4VPIdentityProvider.trustedIssuerResolver() -
Uses of TrustedSdJwtIssuerResolver in org.keycloak.broker.provider
Classes in org.keycloak.broker.provider that implement TrustedSdJwtIssuerResolverModifier and TypeClassDescriptionclassBridges aTrustMaterialIdentityProviderto aTrustedSdJwtIssuerResolver: it reads the issuer key hints (kid, alg, iss) from the credential's issuer signed JWT and looks up the matching trusted keys.