Servigistics InService Customization > Customizing the Login Page for InService > Configuring Authentication in Servigistics InService > Configuring Alternative Authentication in Servigistics InService > Form-based Authentication > Web Server Configuration Update to Remove Constraints
  
Web Server Configuration Update to Remove Constraints
For servlet-engine-based form-based authentication (such as form-base authentication build into JBoss), constrains should remain configured within web.xml. For this type of configuration the following steps should be skipped.
Complete the following steps to remove all authentication constraints for the Servigistics InService web application:
1. Edit <WT_HOME>/codebase.war /WEB-INF/web.xml
2. Comment out security-constraint block that contains display-name: “Authenticated access constraint”
3. Edit security-constraint block that contains display-name: “Anonymously accessible resources”, and replace <url-pattern> blocks with: <url-pattern>/*</url-pattern>
* 
This will make Servigistics InService resources available for anyone who has access to Servigistics InService url. It is expected Servigistics InService will be protected behind your single sign–on application and users will be authenticated before being able to access Servigistics InService resources.
4. Edit <WT_HOME>/codebase.war/WEB-INF/jboss-web.xml
5. Remove security-domain block