Quasr
  • Introduction
    • Welcome to Quasr
    • Concepts
      • Flexible Authentication
      • User-Centric Privacy
      • Modern Development
    • Terminology
    • FAQs
  • Getting Started
    • Sign up with Quasr
    • Setup your tenant
      • Factor Configuration
      • Enrolling additional factors
      • Test with the Sample Client
      • Understanding Scopes & Scores
      • Setting up an API Client (M2M)
    • Connect your app
      • Hosted Login UI
      • Custom Login UI
      • Embedded Login UI
  • Account Administration
    • Introduction
    • Account & Billing
      • Metrics
    • Tenants
    • Usage & Statistics
    • Security
  • Tenant Administration
    • Introduction
    • Dashboard
    • Tenant Settings
    • Your Security
    • Accounts
      • Tenant Admins
    • Factors
      • Factors and Scoring
      • Username (ID)
      • Identity Provider (IDP)
        • Apple
        • Facebook
        • GitHub
        • Google
        • LinkedIn
        • Slack
      • Time-based One-time Password (TOTP)
      • One-Time Password (OTP)
      • Password
      • Secret
    • Controls
      • Configuration
      • Permissions
      • Consents
      • Rules
    • Attributes
      • Capturing Claims
      • Sourcing Claims
      • Viewing Claims
      • Searching Claims / Users
      • Sharing Claims
    • Extensions
      • Synchronous
      • Asynchronous
    • Tokens
      • Session Token (OAuth 2.0)
      • Access Token (OAuth 2.0)
      • Refresh Token (OAuth 2.0)
      • ID Token (OIDC 1.0)
      • Consent Token
      • Authorization Code (OAuth 2.0)
    • Hosted Login Page
    • APIs
      • Authentication API
      • Management API (GraphQL)
  • Legal
    • Terms of Service
    • Acceptable Use Policy
    • DPA & Subprocessors
  • More Info
    • Standards
    • Security
      • Vulnerability Disclosure
      • Wall of Recognition
    • Support
    • Status
Powered by GitBook
On this page
  1. Tenant Administration
  2. Factors
  3. Identity Provider (IDP)

Facebook

PreviousAppleNextGitHub

Last updated 1 year ago

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.

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

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.

Once logged into the "" 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:

Meta for Developer
https://developers.facebook.com/docs/facebook-login/
Facebook configuration in the Quasr Tenant Admin UI