Base solution for your next web application
Open Closed

External Authentication? #343


User avatar
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)
  • User Avatar
    0
    hikalkan created
    Support Team

    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>).