<div dir="ltr">Hi,<div><br></div><div>I have implemented Shibboleth SP and IDP, which works fine.</div><div><br></div><div>I implemented a logout mechanism (SP initiated) by accessing the following URL (/Shibboleth.sso/Logout). which is redirected to the IDP(logout.jsp) and remains in the same location(which is fine). using the following configuration in shibboleth2.xml</div>
<div><br></div><div> <LogoutInitiator type="Chaining" Location="/Logout"><br></div><div><div> <LogoutInitiator type="SAML2" template="bindingTemplate.html"/></div>
<div> <LogoutInitiator type="Local" /></div><div> </LogoutInitiator></div></div><div><br></div><div>I want to show the page in the SP after the logout process is completed in the IDP. As mentioned in the documentation (<a href="https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPLogoutInitiator">https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPLogoutInitiator</a>) I tried to set <code style="font-size:13px;margin-top:0px;color:rgb(51,51,51);line-height:17.328125px">asynchronous</code><span style="font-size:13px;color:rgb(51,51,51);font-family:Arial,Helvetica,FreeSans,sans-serif;line-height:17.328125px"> to false</span><span style="color:rgb(51,51,51);font-family:Arial,Helvetica,FreeSans,sans-serif;font-size:13px;line-height:17.328125px">(My SP version : 2.5.2, My IDP version : 2.4.0) </span><span style="color:rgb(51,51,51);font-family:Arial,Helvetica,FreeSans,sans-serif;font-size:13px;line-height:17.328125px"> as shown below:</span></div>
<div><br></div><div><span style="font-size:13px;color:rgb(51,51,51);font-family:Arial,Helvetica,FreeSans,sans-serif;line-height:17.328125px"><div> <LogoutInitiator type="Chaining" Location="/Logout" asynchronous="false"></div>
<div> <LogoutInitiator type="SAML2" template="bindingTemplate.html"/></div><div> <LogoutInitiator type="Local" /></div><div> </LogoutInitiator></div>
<div><br></div><div>But it shows the error in SP when I initiated the logout process</div></span></div><div><br></div><div><h1 style="font-size:14pt;color:rgb(0,0,0);font-family:Geneva,Arial,Helvetica,sans-serif">shibsp::ConfigurationException</h1>
<p style="font-size:10pt;margin-top:20px;margin-bottom:20px;color:rgb(0,0,0);font-family:Geneva,Arial,Helvetica,sans-serif">The system encountered an error at Wed Oct 30 10:53:29 2013</p><p style="font-size:10pt;margin-top:20px;margin-bottom:20px;color:rgb(0,0,0);font-family:Geneva,Arial,Helvetica,sans-serif">
To report this problem, please contact the site administrator at <a href="mailto:root@localhost">root@localhost</a>.</p><p style="font-size:10pt;margin-top:20px;margin-bottom:20px;color:rgb(0,0,0);font-family:Geneva,Arial,Helvetica,sans-serif">
Please include the following message in any email:</p><p class="" style="font-size:10pt;margin-top:20px;margin-bottom:20px;font-weight:bold;color:rgb(0,0,0);font-family:Geneva,Arial,Helvetica,sans-serif">shibsp::ConfigurationException at (<a href="http://10.0.0.231/Shibboleth.sso/SLO/Redirect">http://10.0.0.231/Shibboleth.sso/SLO/Redirect</a>)</p>
<p style="font-size:10pt;margin-top:20px;margin-bottom:20px;color:rgb(0,0,0);font-family:Geneva,Arial,Helvetica,sans-serif">Shibboleth handler invoked at an unconfigured location.</p><p style="font-size:10pt;margin-top:20px;margin-bottom:20px;color:rgb(0,0,0);font-family:Geneva,Arial,Helvetica,sans-serif">
<br></p><p style="font-size:10pt;margin-top:20px;margin-bottom:20px;color:rgb(0,0,0);font-family:Geneva,Arial,Helvetica,sans-serif"><span style="font-size:10pt">Is there any problem with the value set to asynchronous in the logoutinitiator?</span><br>
</p><p style="font-size:10pt;margin-top:20px;margin-bottom:20px;color:rgb(0,0,0);font-family:Geneva,Arial,Helvetica,sans-serif">How can I mention to which page in SP the control has to be redirected after the logout process is completed in the IDP?</p>
<p style="font-size:10pt;margin-top:20px;margin-bottom:20px;color:rgb(0,0,0);font-family:Geneva,Arial,Helvetica,sans-serif"><br></p></div></div>