single sign on in asp.net
Posted
by gopal
on Stack Overflow
See other posts from Stack Overflow
or by gopal
Published on 2010-06-03T10:06:52Z
Indexed on
2010/06/03
10:14 UTC
Read the original article
Hit count: 192
ASP.NET
|forms-authentication
Hi , We have developed implemented single sign on methodology to authenticate user.
When a page is requested, if it is not authenticated then a login page will be redirected. Once they logged in the requested page will be shown.
this is working when we don't assign a domain to the virtual directory. But when we assign the domain to virtual directory after the authentication the application is not redirecting to the requested page.
We are using FormsAuthentication.GetRedirectUrl method to redirect the requested page.
Why this is happening? How can we resolve this issue?
© Stack Overflow or respective owner