Facebook

The Facebook factor requires a client ID and client secret, that is specific to your Facebook developer account and application within the Facebook Developer Portal.

Facebook configuration in the Quasr Tenant Admin UI

How to register the application with Facebook, retrieve client ID and create a client secret is documented here:

Once logged into the "Meta for Developer" portal (previously "Facebook Developer"), select "Create New App" from the drop down menu and fill in the basic information, such as Name, Contact information, URLs for terms and privacy, etc. according to your organization:

Under Settings > Basic, you will find the App ID and App Secret, these are the values you need to insert into the Quasr Platform as Client ID and Client Secret.

Make sure to set the following values in the app settings for Facebook Login:

  • Client OAuth Login: yes

  • Web OAuth login: yes

  • Enforce HTTPS: yes

  • Valid OAuth Redirect URIs: https://{tenant_id}.api.quasr.io/factors/oauth2/callback Make sure to replace the {tenant_id} with yours.

Last updated