I'm building a project using the SSO extension.
Here's my overall project:
- www.project.com (Custom web-app with login/registration)
- www.project.com/community (built with flarum)
I've successfully implemented SSO between these two apps using Flarum SSO extension.
Now, I want to add a new section:
- www.project.com/academy (built with flarum)
I want to have SSO for all 3 apps.
- How do I go about it?
- I came across "Provide mode". Will this help? How?
- I don't want separate profiles for the community and academy. Is there any way to have a unified/only one profile?