Single Sign-On
If you are using a solution, such as CA SiteMinder to provide SSO capabilities, then you can configure the precision.properties file to delegate the capture of the user name and password to another page. The default is to point to the login.htm page:
precision.login.authfail-url=/htm/login.htm?login_error=1
precision.login.logout-url=/htm/login.htm
precision.login.logout-link=/html/login.html
You can also point to a third-party login page that captures the login credentials, verifies them, and redirects back to the Web UI using the autologin URL.
precision.login.authfail-url=/htm/alt-logout.htm
precision.login.logout-url=https://abc.access.com/login.html
precision.login.logout-link=https://abc.access.com/login.html