Class JWTClaimsSetFromRequestObjectLookupFunction

  • All Implemented Interfaces:
    Function<MessageContext,​com.nimbusds.jwt.JWTClaimsSet>

    public class JWTClaimsSetFromRequestObjectLookupFunction
    extends Object
    implements Function<MessageContext,​com.nimbusds.jwt.JWTClaimsSet>
    Extract the Payload from the Request Object inside the OIDCAuthenticationRequest. The Payload must either be signed, or plain. The claims will not be available if the payload is still encrypted.