Hi,
I have a middle layer and that uses a form base LDAP authentication using active directory. It get the username and password and do the authentication. I dont want to pass the username and password to the sharepoint site for user authentication because I am doin it in my middle layer. My approach is first do the LDAP auth and create security token myself and send that to the sharepoint site for authentication the token. I am doing this for access the sharepoint WCF data service using ODATA. my middle layer is ASP.net MVC 4 web API app and hosted in seperate IIS server. I don not want to user ADFS. but I need somthing like that.
My question is can I do that authentication with sharepoint 2013.Is it possible my approach.
Does sharepoint accept the Security tokens created by us?
How does sharepoint trust my security token.
Can I use WIF STS service for create security token.