SSO between Sharepoint & Asp.Net MVC3 -


itemprop = "text">

I have a SharePoint site (not SP expert) where the user is the authentication model based on the logon form where the user's password is Stored in a DB ... When the user clicks a link I want to redirect him to a MVC3 application. While doing so, I want to officially sign the user in the MVC application. What is the best way to implement it?

Thanks

One way is to SharePoint Pass the authentication token next to another web application in the http header, then, before reaching the web site the MVC application should validate the token.

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -