Class PublicKeyOpenIdResolverImpl

  • All Implemented Interfaces:
    GenericOpenIdResolver<SignedJwt>, OpenIdResolver

    public class PublicKeyOpenIdResolverImpl
    extends BaseOpenIdResolver
    This class exists to allow functionality for those Open ID Connect providers which supply their signatures through asymmetric key algorithms (e.g. RSA). In these cases we want to use a public key (usually retrieved from a Trust Store) to verify the signature.