Class DeserializePushedRequest

All Implemented Interfaces:
Component, DestructableComponent, InitializableComponent, ProfileAction, Aware, MessageSource, MessageSourceAware, Action

public class DeserializePushedRequest extends AbstractOAuthAuthorizationRequestAction
Attempts to deserialize the possibly existing request_uri value from the authorization request via configurable list of pushed authorization deserializers. If any of the deserializer is successful, the extracted claims set is stored to OAuth2PushedAuthorizationRequestContext.
Since:
4.4.0