Class FormOutboundTokenResponseMessage

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 FormOutboundTokenResponseMessage extends AbstractOIDCTokenResponseAction
Action that forms outbound message based on token request and response context. Formed message is set to InOutOperationContext.getOutboundMessageContext().

This is both OIDC and OAuth aware, based on the presence of an ID token in the context.