Re: Logout configuration
David Taylor <[email protected]> Thu, 16 May 2013 09:17:32 -0700
| Newsgroups | gmane.comp.jakarta.jetspeed.user |
|---|---|
| Message-ID | <CAM4V2B4PpkjqGKvGfAGTq5py_vKrTg2Sdi+uG7NqCf3KczgWHA@mail.gmail.com> |
The login/logout link is located in the layout decorators for example:
./applications/jetspeed/src/main/webapp/decorations/layout/jetspeed/header.jsp:
<span style="position:absolute;right:5em"><a href="<c:out
value='${requestScope.baseHRef}login/logout'/>">Logout</a></span>
See some examples of integrating to external single sign out solutions
documented here:
http://portals.apache.org/jetspeed-2/deployguide/config-sso.html
http://portals.apache.org/jetspeed-2/deployguide/guide-ntlm.html
On Thu, May 16, 2013 at 7:18 AM, Ashwill, Steven L <[email protected]>wrote:
> We are currently running Jetspeed 2.2.2 as a webapp on a tomcat(7.0.34)
> installation. Is there a configuration point that would allow me to change
> the logout url from "/login/logout" to a custom site because I need to
> logout of a CA siteminder session that is controlling access? I am
> currently grabbing the user id from siteminder session and then logging the
> user in programmatically, so I may need to invalidate the portal session as
> well as logout of the siteminder session. What's the best approach?
> Thanks,
>
> Steven Ashwill
> Application Developer
> University of Illinois
> Facilities and Services
> 1609 S. Oak St. M/C 662
> Champaign, IL 61821
> (217) 265-6337
> "The problem with computers is that they do EXACTLY what you tell them to
> do"
>
>
>
--
David