Hi everyone,
I am currently building an SaaS for our customers. However due to increasingly requests for ERP functionalities from my customers, I am evaluating ERPNext to power the ERP part of our SaaS.
In the Saas I built, we already have a login and user & access role management system. I plan to make a seamless login from our system to ERPNext.
The flow will be like below:
- User login into our Saas,
company1.app.example.com
. - We already created a ERPNext instance for them
company1.erp.example.com
. - When user want to go to the, we provide a URL
company1.app.example.com/erp
- Our system then do automatic session creation in ERPNext, and will redirect to
company1.erp.example.com
- User will see they are already login in their ERPNext system.
In addition to that, I want to be able to do user management in our SaaS, rather than in ERPNext. e.g. when user in the customer company want to add their employee it reflected automatically in their ERPNext system.
I also want to disable the login and user management in ERPNext, so any login & user management has to be done in my SaaS system.
How would I achieve this using ERPNext. Really appreciate for the answers and pointers to the relevant documentations.
Cheers!