Class JWTClaimsSetFromRequestObjectLookupFunction

java.lang.Object
net.shibboleth.idp.plugin.authn.oidc.rp.messaging.context.navigate.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.