Integrating Single Sign-On (SSO) Between Answer and a Community Subdomain

Viewed 174

I want to build Answer on example.com and a community on pages.example.com. The community uses Answer's login information (session or cookie), so I don't have to log in twice. Is there any way to achieve this?

1 Answers

There is no external authentication feature in Answer at the present time. Besides, there is no way to get the user's token under the subdomain.

On the other hand, now Answer supports using OAuth of other auth system, can you let another system provide OAuth authentication, so that Answer can use the same authentication to login?