<div dir="ltr">Hi,<div><br></div><div>We are using Shibboleth Idp 3.1.1  and we are using <b><u>'Auth/External'</u></b> for doing external authentication and authentication is successful.</div><div>But while logout we are  sending request to IdP 3.1.1 by sending  '<u>action'</u> parameter  and hidden <u>'url'</u> parameter as follows :<div><br></div><div><u><b>my form contains :</b></u><br></div><div><br></div><div><div><span class="" style="white-space:pre">     </span><html><br></div><div>            <body onload="document.forms[0].submit()"></div><div><span class="" style="white-space:pre">           </span><form method="POST" <font color="#ff0000"><b>action</b></font>="<u><b><a href="http://localhost:8085/idp/profile/Logout">http://localhost:8085/idp/profile/Logout</a></b></u>"></div><div><span class="" style="white-space:pre">                                 </span><input type="hidden" name="<font color="#ff0000"><b>url</b></font>" value="<u><b><a href="http://localhost:8085/idp/logout.jsp">http://localhost:8085/idp/logout.jsp</a></b></u>"/><span style="white-space:pre">              </span></div><div><span class="" style="white-space:pre">            </span></form></div><div>            < /body></div><div>        </html></div></div><div><br></div><div><br></div><div>Once we send form with action =<u><b><a href="http://localhost:8085/idp/profile/Logout">http://localhost:8085/idp/profile/Logout</a> , </b></u></div><div><b><font color="#000000">We observed that IdP Sessions[shib_idp_session_ss & shib_idp_session] are invalidated</font><font color="#ff0000"> ,but logout.jsp page is not rendered ...</font></b></div><div><br></div><div>Note:</div><div><b><font color="#0000ff">We succeed in rendering 'logout.jsp' Page in IdP 2.4 with same above said approach </font></b><br></div><div><b><font color="#0000ff"><br></font></b></div><div><font color="#000000">Please suggest how can make IdP to  render logout.jsp in IdP 3.1.1.? </font></div><div><font color="#000000">Are my parameters like 'action' and 'url' are incorrect for IdP 3.1.1  at my form content above?</font></div><div><u><b><br></b></u></div><div><br></div></div><div><br></div></div>