Plumtree Portal UI  
 

SecurityConfigHelper.GetSSOAbsoluteURL Method 

Concatenate GetSSOBaseURL with the application or secure application URL. The additional virtual directory and endpoint (e.g. /portal/server.pt) that would normally be present is removed. For security mode 1, 2, and 3 the secure URL is used. For security mode 0 the application URL is used.

public virtual string GetSSOAbsoluteURL();

Return Value

the SSO base URL in absolute form, e.g. https://hostname:8080/ssoVirtualDir/SSOServlet

See Also

SecurityConfigHelper Class | com.plumtree.portaluiinfrastructure.statichelpers Namespace