B.connect

To use B.connect as a social login provider, you need a Client ID and Client Secret from your B.connect app. You’ll then need to copy those keys into your ReachFive settings. Please contact the ReachFive team if you want to implement this social provider.

Most important

The most important thing to connect ReachFive with your B.connect application is the callback URL needed when setting up the app on the B.connect side.

https://REACHFIVE_DOMAIN/login/callback (1)
1 Where REACHFIVE_DOMAIN is the domain found in your ReachFive Console settings.

B.connect data

This is the collectable data for B.connect.

Public data

  • User ID (userId) - A unique identifier for the user.

  • Phone Number (phoneNumber) - The user’s phone number.

  • Email Address (email) - The user’s email address.

  • Email Verified (emailVerified) - Indicates whether the user’s email is verified.

  • Name (name) - The user’s full name.

  • First Name (givenName) - The user’s first name.

  • Last Name (familyName) - The user’s last name.

Prerequisites

  • You must have access to the ReachFive Console.

  • You must have a Developer, Manager, or Administrator role.

Instructions

ReachFive
  1. Log in to your ReachFive Console.

  2. Go to Settings  Providers and select B.connect.

    console select B.connect

  3. In the pop-up window:

    1. Paste your B.connect Client ID.

    2. Paste your B.connect Client secret.

    3. Choose the desired Permissions from the drop-down menu.

      openid is mandatory. The rest are optional.
    4. Don’t forget to Save your input.

      social B.connect console steps