Ghost/PHPListings SSO integration

Hi all,

We have a self hosted installation of Ghost on Ubuntu, and are looking to add a little bit of functionality by allowing SSO across some different platforms.

We have PhpListings installed on a subdomain on a separate server, and are looking to integrate SSO such that a user can log in using Ghost as the SSO option, and then be signed into our PhpListings installation. We managed to get SSO to work on a self-hosted installation of Discourse, with Ghost being the SSO provider.

Here are my questions to get us closer to solving this integration.

  1. Has anyone worked with custom SSO integrations with Ghost with other platforms, and what are the limitations?
  2. Is this just a matter of granting access to mysql on the Ghost server, extending member attributes, and working the PhpListings code to recognize members?