Class SsoHelper
java.lang.Object
com.inductiveautomation.ignition.gateway.authentication.impl.SsoHelper
This class has the logic used by all 3 AD user sources to handle a single-sign-on (SSO) request. If SSO is disabled
or the login request isn't SSO, this helper merely calls back into the AD user source to do it's normal
authentication logic.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthenticate
(AuthChallenge challenge) protected AuthenticatedUser
authenticateAdSso
(AuthChallenge challenge) void
void
setEnabled
(boolean enabled)