Redirect to login page which is in another site
Posted
by Sarathi1904
on Stack Overflow
See other posts from Stack Overflow
or by Sarathi1904
Published on 2010-03-31T23:01:54Z
Indexed on
2010/03/31
23:13 UTC
Read the original article
Hit count: 227
ASP.NET
I have two sites that are app1 and app2. If a user requests a resource in app2, in order to authenticate, I like to redirect to the login page which is in app1. Once authenticated over there, return back to app2.
Can you please tell what are necessary steps?
© Stack Overflow or respective owner