Interface CertificateVerification.Context

    • Method Detail

      • getCertificateLocations

        Set<CertificateLocationgetCertificateLocations()
        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.