Different sites on same server, one login ID

Hi,

Is it possible if I have 2 sites within the same server but able to login using 1 ID?

If possible, can show me a direction how to do this?

Reason: Different company default currency for different modules.

Thanks!

You can do that in two ways:
1- You can have identity provider and utilize single sign on SSO (this is way advance) here an example with frappe Idp https://frappe.io/docs/user/en/guides/integration/openid_connect_and_frappe_social_login
2- Or enable social login for both sites and easily ustilize that https://frappe.io/docs/user/en/guides/deployment/how-to-enable-social-logins

1 Like