I feel like this idea has probably been discussed or presented. But perhaps I'm thinking of it in a way that's making me foggy on locating the clearest answer.
Scenario:
- WordPress is the front facing website
- The WordPress is running on Cloudron, which is also running a bunch of other apps
- You want users to be able to register an account via your front facing WordPress and in turn have a Cloudron account provisioned to provide 'membership authenticated' access to xyz apps via LDAP/SSO/etc.
IE a membership walled garden (with Cloudron acting as identity provider) for your installed apps that can be handled/automated/interfaced with via WordPress public front end and subsequent subscription management/payment plugins. Kind of like two-way synchronised LDAP.
What would be the best practice and direction to go in this instance? I'm pondering over possibilities in the directory server section of docs page.
The most 'traditional' method of doing this, in my mind, involves a CRM with n8n type automation to achieve what's desired.. But I'm thinking if this can all be drastically simplified by all being in the same Cloudron ecosystem.
(I'm aware not all apps support centralised account management, instead managed individually at app level, and this would be another hurdle.)
Drop me your thoughts and help set my mind straight. Thanks!