By: Andreas Elstner user 29 Jan 2019 at 3:04 a.m. CST

3 Responses
Andreas Elstner gravatar
Hallo Guys, we upgraded out Gluu several weeks ago. Now we are facing Issues with SAML Logout of one of our Applications. In the past we used "/idp/logout.jsp" to implement SAML Logout. But that doesn`t seam to work anymore. If we call this URL we get a 404 Error. In the Docs I found this page with a Video: https://gluu.org/docs/ce/3.1.4/operation/logout/ Now my question is do I have to install an Shibboleth SP using this Doc ? https://gluu.org/docs/ce/3.1.4/integration/sswebapps/saml-sp/ Or is it already integrated in Gluu ? And even if its integrated, how can I use it to provide the SAML logout ? Thank you for your answers.

By William Lowe user 29 Jan 2019 at 3:15 a.m. CST

William Lowe gravatar
> In the past we used "/idp/logout.jsp" to implement SAML Logout. But that doesn`t seam to work anymore. If we call this URL we get a 404 Error. > As specified [in the docs](https://gluu.org/docs/ce/3.1.4/operation/logout/#saml-logout), please now use: `https://[Gluu_Server_hostname]/idp/Authn/oxAuth/logout` > Now my question is do I have to install an Shibboleth SP using this Doc ? Why would you need to install the Shib SP? The SP is a web filter to secure the app.. if your app is already supporting SAML, then there's no need to use the Shib SP, it was just used for the purpose of the demo.

By Andreas Elstner user 29 Jan 2019 at 5:15 a.m. CST

Andreas Elstner gravatar
Thanks William, understood it now. I was a bit confused because the Template of Logout Page from IDP is a Dummy Template. Can you tell me where i can change this Template. I didn`t found it in idp.war Thanks

By Mohib Zico staff 20 Mar 2019 at 9:39 a.m. CDT

Mohib Zico gravatar
Hi Andreas, Can you please share a screenshot on which page you wanna customize? There are basically two types of logout pages here in Gluu Server. oxTrust logout and Shibb logout.