Class SetConsentFromTokenToResponseContext

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 SetConsentFromTokenToResponseContext extends AbstractOIDCResponseAction
Action that locates consent from authorization code / access token. For located consent OIDCAuthenticationResponseConsentContext is created under OIDCAuthenticationResponseContext and the consent placed there. Token and user info end points use the consent context for forming response.
  • Field Details

  • Constructor Details

    • SetConsentFromTokenToResponseContext

      public SetConsentFromTokenToResponseContext()
      Constructor.
  • Method Details