<div dir="ltr">Thanks.<br><div><br></div><div>I still have problems completing the external authentication because I need to implement it differently from the example reported in the documentation.</div><div><br></div><div>The external authentication process starts in a JSP and the key is stored in order to be used later to complete the authentication.</div><div>The JSP shows a challenge that the user signs and then sends the signature to another servlet using a POST.</div><div>Finally the servlet verifies the signature and retrieves the stored key to complete the authentication.</div><div><br></div><div>The problem is that the external authentication should be completed in the JSP in order to redirect it to the Service Provider, but I cannot find a way to implement it.</div><div>Is there any solution I can try to solve this?</div><div><br></div><div>Thank you, </div><div>Cristiano</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno gio 18 nov 2021 alle ore 14:15 Cantor, Scott <<a href="mailto:cantor.2@osu.edu" target="_blank">cantor.2@osu.edu</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">The servlet has to be in the same context as the IdP. It accesses beans that are in that Spring application context, and that doesn't extend to any other webapps in the same container.<br>
<br>
-- Scott<br>
<br>
<br>
-- <br>
For Consortium Member technical support, see <a href="https://shibboleth.atlassian.net/wiki/x/ZYEpPw" rel="noreferrer" target="_blank">https://shibboleth.atlassian.net/wiki/x/ZYEpPw</a><br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net" target="_blank">users-unsubscribe@shibboleth.net</a><br>
</blockquote></div>