Google Chrome DevTools

To create an authentication object in the Bright app, you must get the valid parameters and values required for a successful authentication setup. These parameters are unique for every authentication flow.

Recording an authentication flow

To record an authentication flow, you can use the Google Chrome Recorder. To it, follow these steps:

  1. Start with closing the Google Chrome browser and reopen it in Incognito mode to avoid caching
  2. Right-click anywhere on the web page and choose Inspect from the context menu. Alternatively, click the three dots icon at the top-right corner of Chrome, go to More tools, and select Developer tools.

    👍

    You can use the keyboard shortcut Ctrl + Shift + I for Windows/Linux or Cmd + Option + I for Mac.

  3. In the DevTools panel, click on the three dots icon
  4. Go to More tools and then Recorder

To record an authentication flow, follow these steps:

  1. Click on the Recorder panel, and a recording tool will appear

  2. Open your login page and then click on Create a new recording


  3. If needed, specify a name, selector attribute, and selector type to record, and then click on Start recording.

  4. Perform the login actions on the web page (for example, enter credentials and click login).

  5. Click on the End recording in the recording panel to stop the recording.

Verification

To make sure that the authentication flow is valid, do the following:

  1. Close the Google Chrome window and reopen it in Incognito mode.

  2. Open the Recorder and select the recording you just made.

  3. Click on the Replay in the top-right corner of the Recorder panel.

    You will be logged into your application if the authentication flow is valid.