Wondering if someone could help out with some basic instructions on how to get SSO implementation working between an existing Django-based website and a newly created Misago forum.
Thus far, we have:
- pip installed and added 'simple_sso.sso_server' as an installed app in config.py
- enabled SSO via the admin panel on the misago server
- added entries for 'SSO_PRIVATE_KEY', 'SSO_PUBLIC_KEY' in config.py according to those provided by the misago admin panel
Trying to log into the forum via the front-end is redirecting to: masgo-server.com/sso/client/
Which is displaying a "somethings broken" page. No doubt, as many steps for the setup have not been completed.
Apologies, but I personally am coming up the Django learning curve. So may need some quite pointed directions on what to look for next.