Which SharePoint Authentication Mode Should I be using for this scenario?

Posted by Dynamic on Stack Overflow See other posts from Stack Overflow or by Dynamic
Published on 2010-12-23T14:58:17Z Indexed on 2010/12/24 3:54 UTC
Read the original article Hit count: 144

Filed under:
|

I currently have a sharepoint 2010 site for which NTLM windows authentication has been enabled (by default it is against Active Directory I believe).

I'd need to change this so that I have 1 custom login page which accepts username/password/domain and validates those information against the active directory, then if that was valid, I'll write logic to logon to another webservice which is located on another server and returns me a unique sessionId that I can store (as a cookie) for further use.

Please could you advise which authentication mode I can use to create this custom login page? should that be FBA against AD? not sure how that works.

Thanks in advance.

© Stack Overflow or respective owner

Related posts about sharepoint

Related posts about authentication