Click here to Skip to main content
16,002,004 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have three different web application with login pages, A user may active in three applications and have three different credentials
Now my requirements is :
for Exmaple :
if a user 'A' logged into 'app1' using his credentials ,then he can navigate to other two application without credentials

its simply like gmail ,if we logged into gmail then we can able to access drive,search without credentials

i need most secure method ,my application under vulnerability testing so query string should not be used

thanks in advance
Posted
Updated 28-Aug-14 1:21am
v2
Comments
F-ES Sitecore 9-Dec-15 9:18am    
What you're looking for is called single sign on. There are various options out there that are extensively documented so have a google. This is not a trivial task so don't think there are a few lines of code someone can give you to make this work.

1 solution

One of these should definitely be useful for you : single sign on in asp.net[^]

Regards..
 
Share this answer
 

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