java.lang.Object
se.swedenconnect.spring.saml.idp.authentication.provider.BaseSsoVoter
All Implemented Interfaces:
SsoVoter

public class BaseSsoVoter extends Object implements SsoVoter
A SsoVoter that checks basic conditions. It denies SSO for the following cases:
  • The time that has passed since the original authentication exceeds the configured limit.
  • The authentication context used in the original authentication does not match the current request or the ones supported by the IdP.
Author:
Martin Lindström
  • Constructor Details

    • BaseSsoVoter

      public BaseSsoVoter()
  • Method Details