Out of the box users have the capability to log into their whitelabeled accounts in two ways

  1. With a email and password combination
  2. Via Google, through social login

Things to note:

A user who creates an account via email and password, AND through google sign-in, will have two separate accounts created that are not linked in any way. If you create via one, then you should login via that same method every time.

Partners can request the option to enable single sign on (sso) so that login to heylibby is done via the existing user in the partner’s system. This process involves some development work both on the partner side, and the heyLibby side and overview is as follows

  1. Parter will have to create an IDP using OIDC (OpenID Connect.)
  2. Partner will provide heyLibby team with necessary endpoints and clientId / secrets to correctly provision a federated identity on our end.
  3. Some code level changes are required, and if any additional endpoints are needed for the provisioning process or user management those will have to be discussed and planned.

Contact us us at [email protected] to learn more about the options if single sign on is important for your business.