How can we implement Single-sign-on in Extjs4 where there are two different domains
- domain1.com
- domain2.com.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are many approaches to Single Sign-On, but it is unlikely that Ext can help you with them. Since the final authentication takes place on the server, your SSO solution needs to focus on how the two servers can confirm the identity of the client.
Here are a few stackoverflow questions
Anyway the bottom line is (as pef commented) you shouldn’t be looking for an Ext SSO solution, you should look at what you’re doing on the server and think about SSO from that viewpoint.