Class SamlDescriptorPublicKeyLocator

java.lang.Object
org.keycloak.adapters.saml.rotation.SamlDescriptorPublicKeyLocator
All Implemented Interfaces:
Iterable<Key>, KeyLocator

public class SamlDescriptorPublicKeyLocator extends Object implements KeyLocator
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