c# - How to get one login page for multiple systems? -


i have 4 systems running on same server. want let users log in once systems. made 1 user-management system create users , edit them.

i tried save in session didn't help.

any suggestions? working on asp.net.

there 2 approaches.

most resolve around login happening @ central site, returns identity information field (login token) target site uses retreive user.

when go site, site redirects shortly central site , if logged in (persistent cookie) identity of you.

alternatively can lot referrers , playing around.

you want research on internet - loo kfo "single sign on".

http://www.codeproject.com/articles/27576/single-sign-on-in-asp-net-and-other-platforms

has technical discussions.

across complete separate websites (domains) can read on

http://aspalliance.com/1513_cross_site_authentication_and_data_transfer

howw - shared cookies not work there.


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -