Uiinfrastructure API Docs  
 

SSOAuthenticator.UseThisAuth Method 

This method indicates whether SSO authentication is applicable to current request. Currently, SSO setting is portal-wide, and is not on per-request basis, so this method will return true as long as SSO is enabled in the configuration.

public virtual bool UseThisAuth(
   RequestData requestData
);

Return Value

a boolean indicating whether SSO is enabled.

Implements

IAuthenticator.UseThisAuth

See Also

SSOAuthenticator Class | com.plumtree.uiinfrastructure.login Namespace | IAuthenticator#UseThisAuth