Skip to content

Add Facebook login

You can add Facebook login to your applications using Asgardeo and enable users to log in with their Facebook accounts.

Follow this guide for instructions.

Register Asgardeo on Facebook

You need to register Asgardeo as an app on Facebook.

Note

You can follow the Facebook Documentation for detailed instructions.

To register an app on Facebook:

  1. Go to the My Apps page in Meta for developers.

  2. Click Create App.

    Facebook developer portal

  3. Select the use case as Authenticate and request data from users with Facebook Login and click Next.

    Create Facebook consumer app

  4. Select the login type out of the options and click Next.

    Choose login type

  5. Provide Display Name and click Create App to create an application.

    Provide information to Facebook app

  6. While in the created application, select Use cases from the left navigation.

  7. Under Use cases > Authentication and account creation, click Customize.

  8. Under Facebook Login > Quickstart, click Go to quickstart.

  9. Select Web as the platform for this app and provide the following Site URL with your organization name and click Save.

    bash no-line-numbers https://api.asgardeo.io/t/<organization_name>

  10. Return to the Use cases > Customize section and under Facebook login > Settings, click Go to settings.

  11. Add the following as the Valid OAuth Redirect URIs and click Save changes.

    https://api.asgardeo.io/t/{organization_name}
    
  12. Enable Client OAuth Login and Web OAuth Login (these are enabled by default) and save the changes.

    Add Facebook settings

  13. On the left navigation panel, go to App settings > Basic and take note of the App ID and App Secret.

    Get AppID and Secret from Facebook

Register the Facebook IdP

Now, let's register the Facebook IdP in Asgardeo.

  1. On the Asgardeo Console, go to Connections.
  2. Click Create Connection and select Facebook.
  3. Enter the following details of the Facebook identity provider and click Finish:

    Add Facebook IDP in Asgardeo

    Parameter Description
    Name A unique name for this Facebook identity provider.
    App ID App ID obtained from Facebook.
    App Secret The app secret obtained from Facebook.

  1. Go to the Settings tab and see the list of permissions granted by Facebook to Asgardeo.

    • email: Grants read access to a user's primary email address.
    • public_profile: Grants read access to a user's default public profile details.

    Note

    Asgardeo needs these permissions to get user information. Asgardeo checks the attribute configurations of the application and sends the relevant attributes received from Facebook to the app. You can read the Facebook documentation to learn more.

Enable Facebook login

Before you begin

You need to register an application with Asgardeo. You can register your own application or use one of the sample applications provided.

  1. On the Asgardeo Console, go to Applications.
  2. Select your application, go to the Login Flow tab and add Facebook login as follows:

    To add Facebook login using the Classic Editor:

    1. If you haven't already defined a sign-in flow, click Start with Default configuration to get started.

    2. Click Add Authentication on the step, select your Facebook identity provider, and click Add.

      Add Facebook login in Asgardeo

    To add Facebook login using the Visual Editor:

    1. Switch to the Visual Editor tab, by default the Username & Password login flow will be added onto the Visual Editor's workspace.

    2. Click on + Add Sign In Option to add a new authenticator to the same step and select your Facebook connection.

      Add Facebook login in Asgardeo using the Visual Editor


    Recommendations

    It is recommended to add your social and enterprise connections to the first authentication step as they are used for identifying the user.

  3. Click Update to save your changes.

Try it out

Follow the steps given below.

  1. Access the application URL.

  2. Click Login to open the Asgardeo login page.

  3. On the Asgardeo login page, click Sign in with Facebook.

    Login with Facebook

  4. Log in to Facebook with an existing user account.

  5. The user is now redirected to the application and logged in.

Note

When a user successfully logs in with Facebook for the first time, a user account is created in the Asgardeo Console with the Facebook username. This new user account will be managed by Facebook.

Configure connection

To learn more about other configurations available for the connection, refer to the add federated login documentation.