Plumtree Portal UI  
 

SSOIntegrator.DoLoginRedirect Method 

Performs a redirect to the SSO login page, unless SSO login has previously failed.

public Redirect DoLoginRedirect(
   RequestData tempData,
   string sQueryString
);

Parameters

tempData
a RequestData value
sQueryString
a String value

Return Value

boolean true if we are redirecting, false otherwise

Implements

ISSOHelper.DoLoginRedirect

See Also

SSOIntegrator Class | com.plumtree.portaluiinfrastructure.sso Namespace