Deploying the Request Filter
If you are using the Proxy Servlet, deploy the request filter (see Request Filter Example) in the deployment descriptor file (web.xml) of your own web application. Otherwise deploy it in the deployment descriptor file (web.xml) of the Style Intelligence web application.
Add the following code to the appropriate web.xml file following the initial <web-app> tag:
<filter>
<filter-name>SSOFilter</filter-name>
<filter-class>com.inetsoft.demo.InetSoftSSOFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>SSOFilter</filter-name>
<url-pattern>/Reports</url-pattern>
<url-pattern>/Reports/dashboard/*</url-pattern>
</filter-mapping>
Next Steps: Selecting and Configuring a Security Provider.
| << Request Filter Example | © 1996-2013 InetSoft Technology Corporation (v11.4) | 2.3 Selecting and Configuring a Security Provider >> |