Class SetRequestedSubjectToResponseContext

All Implemented Interfaces:
Component, DestructableComponent, InitializableComponent, ProfileAction, org.springframework.beans.factory.Aware, org.springframework.context.MessageSource, org.springframework.context.MessageSourceAware, org.springframework.webflow.execution.Action

public class SetRequestedSubjectToResponseContext extends AbstractOIDCAuthenticationResponseAction
Action that sets requested sub value to response context. Value may be in id token hint or in claims parameter (that may be in request object also). If value is in both, claims value will be used. Multiple values for subject in claims parameter will be ignored.