My company has several applications written in ASP.NET that use the ASP.NET membership provider for its login functionality. I am currently working on a Drupal site for the company that will function as an employee intranet site for various things. It would be fantastic if all these different sites could use the same membership provider. That way we would only have to enter an employee into one database to give him/her access to the all the various sites.
Has anyone had any experience with this, or heard of anyone doing anything like this?
I have my doubts about being able to get this to work (without massive amounts of effort) but, I thought it might be worth asking.
Thanks in advance for whatever advise you can offer.
Comments
=-=
there are ways to use LDAP and openid for logins and such that you may want to investigate. How they integrate with asp, I've no idea.