By: neha malhotra user 30 Dec 2017 at 11:09 a.m. CST

6 Responses
neha malhotra gravatar
hi, I am calling https://<IDP url>/idp/logout.jsp which takes to gluu sign out page, i want instead user to be taken to login page back. is there any way that can be achieved.

By Mohib Zico staff 30 Dec 2017 at 11:16 a.m. CST

Mohib Zico gravatar
Possible. But the question is... what you want your user 'after' they see login page after logout? It's better to show them logout page + ask them to close the browser as well; it will help you to manage SSO session in future.

By neha malhotra user 30 Dec 2017 at 11:32 a.m. CST

neha malhotra gravatar
Hi Mohib, Flow will be like user logged out taken to login page after login we need to take them to logged in SP site homepage

By Mohib Zico staff 30 Dec 2017 at 1:28 p.m. CST

Mohib Zico gravatar
I think this can be done from SP as well ( the logout link which SP call ).

By neha malhotra user 30 Dec 2017 at 3:45 p.m. CST

neha malhotra gravatar
Ya actually I am killing SP session and then calling <idpurl>/idp/logout.JSP which takes me to gluu logout page. Here I want to first logout from idp and redirect to login. For example something like <idpurl>/idp/logout.jsp?redirect=https://login_page

By neha malhotra user 02 Jan 2018 at 7:42 a.m. CST

neha malhotra gravatar
Kindly update

By Mohib Zico staff 02 Jan 2018 at 7:54 a.m. CST

Mohib Zico gravatar
Hi Neha, It has to be done from SP side ( like the way you are calling logout+redirect_link ); I think you should consult with SP engineers how you can achieve. I would move forward to configure such scenario with my local SP ( Shibboleth ) but ETA of such testing is not available due to community issue policy. I'll test it if I can manage some time and inform you here in this ticket.