A
Andrew V
I have an httpModule that tap into the authenticate request event. If a
request is coming from a sister site, in the query string there is an
encrypted string mapped to an already authenticated user. If it looks good,
I would like to auto validate the user so she doesn't have to go to the
login page. Is this possible?
If I use FormsAuthentication.RedirectFromLoginPage the user would be taken
to the default page not the original targeted page. And since the password
is hashed in the database, I can't feed the user name and the already hashed
pass word to the Membership API.
Many thanks in advance.
request is coming from a sister site, in the query string there is an
encrypted string mapped to an already authenticated user. If it looks good,
I would like to auto validate the user so she doesn't have to go to the
login page. Is this possible?
If I use FormsAuthentication.RedirectFromLoginPage the user would be taken
to the default page not the original targeted page. And since the password
is hashed in the database, I can't feed the user name and the already hashed
pass word to the Membership API.
Many thanks in advance.