0
mrbaseball34 created
We have several MVC applications and they all authenticate through our Oracle ERP through a web service. I wrote a custom Membership provider in our current applications to handle this. Is this possible with your framework? Have an example of how to do it?
1 Answer(s)
-
0
Yes, it's possible. Module Zero has an external authenticate extension point. Please see documents: <a class="postlink" href="http://www.aspnetboilerplate.com/Pages/Documents/Zero/User-Management#external-authentication">http://www.aspnetboilerplate.com/Pages/ ... entication</a> LDAP project implements it (<a class="postlink" href="https://github.com/aspnetboilerplate/module-zero/tree/master/src/Abp.Zero.Ldap">https://github.com/aspnetboilerplate/mo ... .Zero.Ldap</a>).