Getting started writing auth plugin
Cantor, Scott
cantor.2 at osu.edu
Thu Aug 25 13:09:28 EDT 2016
On 8/25/16, 10:46 AM, "dev on behalf of Charles Syperski" <dev-bounces at shibboleth.net on behalf of csyperski at dupage88.net> wrote:
> I am assuming I will also need to setup my own flows as well. I am going to be using
> username/password based auth, so I am assuming I can recycle the existing views (that I am
> currently using with LDAP auth).
I don't see why that's true at all. If your system is a password back-end, you don't need to do anything but supply a Java action bean to handle the password validation step. I added something about that the other day to the PasswordAuthnConfiguration topic.
You'd have to learn enough of the system to build a flow action, but it wouldn't require a custom flow.
In the larger sense, if you needed to build a custom login flow, I documented the programming contract on that. [1]
-- Scott
[1] https://wiki.shibboleth.net/confluence/display/IDP30/Authentication
More information about the dev
mailing list