Class IDTokenValidator


  • public class IDTokenValidator
    extends Object
    Validator of ID tokens issued by an OpenID Provider.

    Supports processing of ID tokens with:

    • ID tokens signed (JWS) with the OP's RSA or EC key, require the OP public JWK set (provided by value or URL) to verify them.
    • ID tokens authenticated with a JWS HMAC, require the client's secret to verify them.
    • Constructor Detail

      • IDTokenValidator

        public IDTokenValidator​(OIDCAgentConfig oidcAgentConfig,
                                com.nimbusds.jwt.JWT idToken)