User Umbraco DB to authentify from external server
Hi.
I've been investigating for a while and can't find an answer. This is what I have.
An Umbraco site that autentificate users correctly. It uses "UmbracoMembershipProvider". Validate users from table "CmsMember". No problem here. This is in a public hosted server.
In the other side, I have a intranet application hosted in a server a my office. I need to authentify the users, but want to do it using the Umbraco server. Right now I'm able to establish a connection to it, query the "CmsMember". Only need to setup the membership provider or to find how to hash the password given by the user to compare it with the stored one.
Any help here? Any documentation that I can read or a site to start with? Thanks for any help.
User Umbraco DB to authentify from external server
Hi.
I've been investigating for a while and can't find an answer. This is what I have.
An Umbraco site that autentificate users correctly. It uses "UmbracoMembershipProvider". Validate users from table "CmsMember". No problem here. This is in a public hosted server.
In the other side, I have a intranet application hosted in a server a my office. I need to authentify the users, but want to do it using the Umbraco server. Right now I'm able to establish a connection to it, query the "CmsMember". Only need to setup the membership provider or to find how to hash the password given by the user to compare it with the stored one.
Any help here? Any documentation that I can read or a site to start with?
Thanks for any help.
Regards
Javier
is working on a reply...