Click here to Skip to main content
15,890,185 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have logged in into a website(say X) with my credentials. Then I am redirecting to another website(say Y) through that website(X). I want to get logged in automatically to 2nd website(Y) using the login credentials for 1st website in MVC4 razor application. Is it possible

What I have tried:

No clue how to do that. can it be done using the Session concept for MVC application
Posted
Comments
F-ES Sitecore 4-Apr-16 6:56am    
Authentication and Sessions are not related. What you're looking for is called single sign on, so google "mvc single sign on" for articles that discuss how to do this.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900