Feishu the Single Sign-on Configuration

<< Click to Display Table of Contents >>

Current:  System Management  > Feishu Configuration 

Feishu the Single Sign-on Configuration

Previous pageReturn to chapter overviewNext page

The steps to configure a single sign-on are as follows:

 

1.Yonghong/tomcat/webapps/bi/WEB - INF/web. xml   configurate Servlet (single configuration sign-on interceptors.Intercept product requests with single sign-on logic.)

What to add:

<!-- sso filter start -->

<filter>

<filter-name>FeishuSSOFilter</filter-name>

<filter-class>g5.sv.standardsso.FeishuSSOFilter</filter-class>

</filter>

<filter-mapping>

<filter-name>FeishuSSOFilter</filter-name>

<servlet-name>ViewerServlet</servlet-name>

</filter-mapping>

<!-- sso filter end -->

 

2.Restart the product after configuration.