[ 
https://issues.apache.org/jira/browse/FEDIZ-28?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13467088#comment-13467088
 ] 

Oliver Wulff commented on FEDIZ-28:
-----------------------------------

You can configure the logout uri in the web.xml of the fedizidp:
        <filter>
                <filter-name>LogoutFilter</filter-name>
                
<filter-class>org.apache.cxf.fediz.service.idp.LogoutFilter</filter-class>
                <init-param>
                        <param-name>logout.uri</param-name>
                        <param-value>logout</param-value>
                </init-param>
        </filter>
                
> Logout capability in IDP
> ------------------------
>
>                 Key: FEDIZ-28
>                 URL: https://issues.apache.org/jira/browse/FEDIZ-28
>             Project: CXF-Fediz
>          Issue Type: Improvement
>          Components: IDP
>    Affects Versions: 1.0.1
>            Reporter: Oliver Wulff
>            Assignee: Oliver Wulff
>
> The IDP doesn't support a way to logout a user from the IDP. This is not the 
> Single Sign Out feature. Basically, it invalidates the session with the IDP 
> thus a new authentication is required.
> If you send an HTTP GET like
> https://<machine>:<port>/fedizidp/?logout
> the session is invalidated.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to