反馈已提交
网络繁忙
This paper introduces some error reports and solutions in single sign on.
Problem description:
Single sign on cannot be checked to keep login status. Sometimes it will automatically exit after logging in for a period of time.
Solution:
Enter the data decision system and set the "login timeout" in the platform "Manage > System > Login", as shown in the following figure:
The single sign on of the user on the IE browser fails, but the single sign on can be normal when the debugging mode of the IE browser is enabled.
Cause analysis:
Use console.log() prints the debug information. This code is not executed by default in IE browser. It is only effective when the debugging tool is opened in F12.
You can log in normally by masking the code for printing the log. As shown in the following figure:
Single sign on fails in Intranet environment.
If the JS file is referenced in the single sign on code, it cannot be effective in the Intranet environment. As shown in the following figure:
Download the JS file locally and modify the corresponding path. Take Ajax cross domain asynchronous single sign on as an example:
1) Visit the link on the right: download each version of jquery and download the corresponding jquery file in the code.
2) Put the jquery.min.js file in the downloaded file into%BI_HOME%\webapps\webroot, as shown in the following figure:
3) Modify the path of jquery.min.js file in the HTML file, as shown in the following figure:
售前咨询电话
400-811-8890转1
在线技术支持
在线QQ:800049425
热线电话:400-811-8890转2
总裁办24H投诉
热线电话:173-1278-1526
文 档反 馈
鼠标选中内容,快速反馈问题
鼠标选中存在疑惑的内容,即可快速反馈问题,我们将会跟进处理。
不再提示
10s后关闭