Disabling User Logins through the Login Page
When integrating with SiteMinder authentication, the Login page can be disabled so users automatically login through SiteMinder.
To Disable Suite Login:
- Use Notepad or a similar text-editing program to open the darwin.properties file in the <Install>\<Context>\WEB-INF\classes\com\bsi\attributes directory, where <Install> is the installation directory for Suite on the Web server and <Context> is the name of the .war or .ear file). For example:
C:\tomcat7\webapps\suite8\WEB-INF\classes\com\bsi\attributes directory. - Type the following:
#Set to true to not allow user logins through the login page - For Siteminder integration
DisableLoginPage=true
- Click the File menu and select Save.
- Restart the Web service.