Class SamlDescriptorPublicKeyLocator

  • All Implemented Interfaces:
    Iterable<PublicKey>, KeyLocator

    public class SamlDescriptorPublicKeyLocator
    extends Object
    implements KeyLocator, Iterable<PublicKey>
    This class defines a KeyLocator that looks up public keys and certificates in IdP's SAML descriptor (i.e. http://{host}/auth/realms/{realm}/protocol/saml/descriptor). Based on JWKPublicKeyLocator.
    Author:
    hmlnarik