Single sign on (SSO) or social logins leverage the OAuth framework. Many platforms provide the ability to access the identity of their users that can be used to offer access to your platform.
Since Pathfix let's you connect and access data to providers, you can now add SSO (social login) to your existing identity module.
You simply select the providers you would like to offer the logins for and use the code generated. This will instantly enable the SSO on your login page - all without you writing any additional code.
Important Note: If you are building on Bubble.io's no-code platform, refer this documentation instead Single Sign-on (SSO) Login
Pathfix does not save the login information. While configuring your SSO module, you are asked for the Callback URL. All information received will be sent to your callback URL.
This means, all login management and access is handled at your end either in your own login module or the access management provided by the service provider (e.g. Azure AD)
Since all the login data is sent to your callback URL, login access and management is done in your access management module.
Additionally, since some identity providers offer the ability to manage users, you can manage this directly with them.
This is especially important when it comes to Enterprise level user management such as Microsoft Azure Active Directory. AD allows you to manage user access across the enterprise.
Looking for setup help? Reach out to us for help at any time at support@pathfix.com