Cognos Analytics에서 로그오프 시 리디렉션
개요
Cognos에서 SSO를 구현할 때와 같이 로그오프할 때 자동 재로그인을 피하기 위해 로그오프 대상 리디렉션을 지정합니다.
Cognos BI까지는 system.xml을 변경하는 다음 단계이었지만 Cognos Analytics에서는 절차가 다릅니다.
Redirect User to a Web Site When They Log Off
htps //w w. 이 bm. 이 m/숏 rt/k의 w㎇d 굳어서 r/세세 P7J_10.2.0/코 m. 이 bm. swg. 바. 이 g의 s. g_c 등. 10.2.0. 도 c / t_ 쿠 s와 미제 ぉ 굿 f. HTML
잘하는 구성이라고 생각하므로, 순서를 투고합니다.
절차
기본은 이 기술, 절차는 Cognos Analytics 11.0.6 이상입니다.
How to redirect users after Sign Out in Cognos Analytics?
htp://www01. 이 bm. 코 m / 쏘 rt / 드 cゔぃ에 w. ws? 우이 d = swg21995296
C:\Program Files\ibm\cognos\analytics\webcontent에 다음 내용으로 logoff.html을 만듭니다.
<html>
<head><title>log off</title></head>
<body>
<span>You have been logged off.</span><br/>
<span>Click <a href="/bi/">here</a> to log in again.</span>
</html>
C:\Program Files\ibm\cognos\analytics\configuration에서 local-server.xml을 다음과 같이 작성하십시오.
<server><jndiEntry jndiName="glass/sso/logout" value="/logoff.html"/></server>
Cognos Analytics 재부팅 후 로그인하고 로그아웃합니다.
이런 식으로 로그 오프 할 때 자체 제작 logoff.html로 리디렉션되었습니다.
Reference
이 문제에 관하여(Cognos Analytics에서 로그오프 시 리디렉션), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/shinyama/items/997e3113e83d0a2ee637텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)