Redirect to login page which is in another site
- by Sarathi1904
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?