<div dir="ltr"><div dir="ltr">I understand that there is no need to implement all the authentication steps in the JSP.</div><div>However, the implementation reported in the documentation allows the final step to redirect the JSP back to the IDP and then to the SP and this is exactly what I would like to accomplish.</div><div><br></div><div>While in the current implementation (completing the final authentication step after a POST) this doesn't happen.</div><div>I test it with a client REST API and the response's header contains a redirect to the IDP as expected, but I am not able to apply this redirect to the JSP.</div><div><br></div><div>Crtistiano</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno lun 22 nov 2021 alle ore 18:02 Cantor, Scott <<a href="mailto:cantor.2@osu.edu">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">You don't have to implement the finalize step in JSP anymore than you have to implement the start call there. It's a Java API. You need to be in the container, in the context, and have the flow key to make the final call after setting the appropriate servlet attributes, that's all.<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></div>