Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Okay, So I want to basically use a single sign on...I read on it, but I cant seem to find good documentation or tutorials on how to implement it for MVC asp.net 4.5. I have an application which allows users to register... I want to be able to allow users from that application to be logged into the second application if they have access. Also, both of these applications would be in different databases... Any suggestions? Btw this is not using webforms...
Is it possible to apply the roles manager with from that first application into the second? Or would I just need to create new roles in the second application?

What I have tried:

I have looked up numerous things on google... Most of what I read doesn't work for me or it isn't good tutorial/documentation to follow implementing it.
Posted
Updated 7-Mar-16 16:09pm

1 solution

You will need to implement a centralized role management and use across the applications. This article will be a starting point. Introducing Single Sign-on to an existing ASP.NET MVC application[^]
 
Share this answer
 
Comments
Member 12362975 7-Mar-16 22:33pm    
I have read this article. it explains what sso but doesnt explain how to implement it into mvc. that was like top 5 search results on google earlier
Wonde Tadesse 7-Mar-16 22:52pm    
That is the approach you need to look at it. It's all there in the article.

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