[
https://issues.apache.org/jira/browse/KYLIN-2959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16283001#comment-16283001
]
Pan, Julian commented on KYLIN-2959:
------------------------------------
The SAML filter config:
<bean id="samlLogoutFilter"
class="org.springframework.security.saml.SAMLLogoutFilter">
And there is public static final String FILTER_URL = "/saml/logout";
Which means the default /saml/logout. And in UI we still use
j_spring_security_logout.
> SAML logout issue
> -----------------
>
> Key: KYLIN-2959
> URL: https://issues.apache.org/jira/browse/KYLIN-2959
> Project: Kylin
> Issue Type: Bug
> Components: REST Service, Web
> Reporter: Pan, Julian
> Assignee: Pan, Julian
> Priority: Minor
>
> When user click logout in portal, which will cause this issue for SAML mode.
> User can not logout successful, the session did not disconnect and still user
> can see the menu.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)