Class SetConsentFromTokenToResponseContext

All Implemented Interfaces:
Component, DestructableComponent, InitializableComponent, ProfileAction, Aware, MessageSource, MessageSourceAware, 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