I want to try using simpleMembership, but connect it to our LDAP. I have not seen anything on the Internet about this, only with SQL. Does anyone know if this is possible and can lead me in the right direction?
I think you need to create a class that inherits from ExtendedMembershipProvider and write the LDAP implementation. No built-in LDAP support.
See this post for more information on how SimpleMembership works in ASP.NET MVC 4 .
I'm not sure, but ActiveDirectoryMembershipProvider can be configured to connect to another LDAP provider. You mentioned in an earlier answer that you are using Active Directory, so this might not even be a problem.
http://msdn.microsoft.com/en-us/library/system.web.security.activedirectorymembershipprovider.aspx
Source: https://habr.com/ru/post/924184/More articles:Install freetds on Heroku - herokuparfor and process classes - parallel-processingiOS - 2 duplicate symbols for armv7 architecture - iosWhat is the recommended way to use non-system perl for a web application? - web-applicationsHow to exclude a file from cover.py? - pythonWordpress / Apache Error - 404 with Unicode Characters in Image File Names - unicoderemove from observableArray-knockoutjs - javascriptCSS property change listener - javascriptHow to set the width of the GDB memory (x) or print (p) commands? - gdbMagento: select a group of clients upon registration - phpAll Articles