How do I map the ABP users/roles to users/roles from Active Directory? I don't understand how it works. Can someone explain?
I found some documentation for ASP.NET Boilerplate, but it looks like that might already be done in ASP.NET Zero. I also looked at the docs for ASP.NET Zero, but it was fairly short, and didn't tell me how to do things like add users once I switched to LDAP...
Thanks in advance, Dave Haynes
2 Answer(s)
-
0
So maybe to answer my own question, or to add some more details to the question...
It seems that the way this works is that you must create a user in ASP.NET Zero with the same username as the one in ADFS, and then it just magically works? And you can login with your network credentials?
That's what it seems like.
Dave
-
0
Hi,
For LDAP you dont have to create a user on your application. LDAP documentation is here <a class="postlink" href="http://aspnetboilerplate.com/Pages/Documents/Zero/User-Management#ldapactive-directory">http://aspnetboilerplate.com/Pages/Docu ... -directory</a>.
But if you are talking about ADFS, it's different than LDAP.