<div dir="ltr">Thank you for clarifying.<div><br></div><div>I have another question about the External authentication.</div><div>Currently, the servlet that handle the External authentication is in a jar file inside the edit-webapp/WEB-INF/lib directory (copying the web.xml file from the dist directory) and I use the sample code here:</div><div><a href="https://shibboleth.atlassian.net/wiki/spaces/IDP4/pages/1265631607/ExternalAuthnConfiguration">https://shibboleth.atlassian.net/wiki/spaces/IDP4/pages/1265631607/ExternalAuthnConfiguration</a> to complete the authentication.<br></div><div><br></div><div>The external path in the authn.properties file is configured as follows:</div><div>idp.authn.External.externalAuthnPath = contextRelative:Authn/External<br></div><div><br></div><div>According to the documentation I can redirect the request to a specific URI so I built a simple Java web application hosted on the same IDP machine with a servlet to receive the requests.</div><div>This application only includes the shibboleth libraries to use the ExternalAuthentication class and the web.xml has not been modified but I get the</div><div>No FlowExecutor available in servlet context error.<br></div><div><br></div><div>Am I missing some configuration?</div><div><br></div><div>Thank you, </div><div>Cristiano</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno mer 17 nov 2021 alle ore 16:36 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">> Is there a better way to provide a login selection method?<br>
<br>
No.<br>
<br>
> I noticed that after choosing the password method, the browser back button causes a stale request error (e.g.<br>
> A problem occurred restoring the flow execution with key 'e1s2').<br>
>     I haven't found yet a solution to avoid this error.<br>
<br>
That's inherent to Spring WebFlow without a way of serializing all possible objects involved in the design and that was a non-starter given the design.<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>