Interface CertificateVerification.Context

Enclosing interface:
CertificateVerification

public static interface CertificateVerification.Context
The X.509 certificate verification context.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the locations where the X.509 certificate to be verified was found - the JWS header of the private_key_jwt assertion, in a registered client JWK, or both.
  • Method Details

    • getCertificateLocations

      Returns the locations where the X.509 certificate to be verified was found - the JWS header of the private_key_jwt assertion, in a registered client JWK, or both. Can be used to enforce a particular policy on how a client must pass or reference the certificate when one is required for a private_key_jwt authentication.
      Returns:
      The certificate location(s). Includes at least one location.