<div dir="ltr">And to be more specific, the implementation of  ExternalAuthentication.start/finishAuthentication casts the object retrieved from the session to an ExternalAuthentication and invokes doStart/doFinish, which throw "not implemented" exceptions.</div><br><div class="gmail_quote"><div dir="ltr">On Tue, Sep 11, 2018 at 6:31 PM Jeremy Torres <<a href="mailto:jeremy.torres@gmail.com">jeremy.torres@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr">Thanks, Scott.  So an ExternalAuthentication is the way to go for what I need...</div><div dir="ltr"><br></div><div dir="ltr">I'm currently looking at version 3.3.3. of Shibolleth IDP.  Based on <a href="https://wiki.shibboleth.net/confluence/display/IDP30/ExternalAuthnConfiguration" target="_blank">https://wiki.shibboleth.net/confluence/display/IDP30/ExternalAuthnConfiguration</a>, it's recommended to use ExternalAuthentication.<br></div><div dir="ltr"><div><br></div><div>I'm looking at: ./idp-authn-api/src/main/java/net/shibboleth/idp/authn/ExternalAuthentication.java and there appears to be "Not implemented" exception thrown that would occur if I were to call ExternalAuthentication.startExternalAuthentication and ExternalAuthentication.finishExternalAuthentication</div><div><br></div><div>Can you elaborate?  Thank you.</div></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Sep 11, 2018 at 6:08 PM Cantor, Scott <<a href="mailto:cantor.2@osu.edu" target="_blank">cantor.2@osu.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">> I would like to utilize the default "password" flow; however, I need check for<br>
> the existence of a request parameter to check an backend service _before_ the<br>
> login page would be presented.  Is this possible with a custom "action", or<br>
> would this require a custom login flow?<br>
<br>
Just use External, that's what it's for.<br>
<br>
-- Scott<br>
<br>
-- <br>
For Consortium Member technical support, see <a href="https://wiki.shibboleth.net/confluence/x/coFAAg" rel="noreferrer" target="_blank">https://wiki.shibboleth.net/confluence/x/coFAAg</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>
</blockquote></div>