Class DefaultOIDCAuthenticationStrategyDelegate

java.lang.Object
com.broadleafcommerce.auth.user.web.authentication.session.AbstractAuthenticationStrategyDelegate<org.springframework.security.oauth2.client.authentication.OAuth2AuthenticationToken>
com.broadleafcommerce.auth.client.web.authentication.session.AbstractOAuthClientAuthenticationStrategyDelegate
com.broadleafcommerce.auth.client.web.authentication.session.DefaultOIDCAuthenticationStrategyDelegate
All Implemented Interfaces:
AuthenticationStrategyDelegate

public class DefaultOIDCAuthenticationStrategyDelegate extends AbstractOAuthClientAuthenticationStrategyDelegate
Basic implementation that will try to handle any OAuth2AuthenticationToken. Marked with @Order(LOWEST_PRECEDENCE) to ensure this will always be the last AuthenticationStrategyDelegate in the list.
Author:
Cade Rea (cade-rea)