Testing the integration with an identity provider from the Google Chrome web browser

Last Updated : Jun 08, 2026 |

About this task

Use this procedure to verify that the integration with an identity provider using OAuth2 is configured correctly. Use the Google Chrome web browser for this procedure.

Important:

For testing purposes, you will disable the web security of the Chrome browser when performing the procedure. After performing this procedure, you must close this browser instance and then restart the browser.

Before you begin

You must have an Avaya Workplace Client user account.

Procedure

  1. Do the following to run the Google Chrome web browser with web security disabled:
    1. Use the CLI to navigate to the Chrome web browser executable file location.

      For example: cd "\Program Files (x86)\Google\Chrome\Application"

    2. Run the following command:

      chrome --disable-web-security --user-data-dir=%TMP%

  2. In the browser address bar, enter the following URL:

    https://<AADS_FQDN>:<AADS_PORT>/acs/resources/authorize?client_id=Equinox&app_cb_uri=https://<AADS_FQDN>:<AADS_PORT>/

    In this address, <AADS_FQND> is the Avaya Aura® Device Services front-end FQDN and <AADS PORT> is the Avaya Aura® Device Services front-end service port.
    Note:

    In a cluster environment, if you use front-end port 443, you must use the Avaya Aura® Device Services front-end FQDN or virtual IP address.

  3. If more than one identity provider is configured on Keycloak, on the Login page, click the identity provider you want to test.

    For example, if you want to test the integration with Office 365, click Microsoft.

  4. If you are logging in for the first time, on the Permissions page, click Accept.
  5. Enter your Avaya Workplace Client credentials.

    If the authentication process completes successfully, Chrome displays a JSON response containing information about an access token and a refresh token. The following is an example of the response:

    {
      "access_token":"<access token value>,
      "expires_in":1800,
      "refresh_expires_in":3600,
      "refresh_token":<refresh token value>,
      "token_type":"bearer",
      "not-before-policy":0,
      "session_state":<session state value>,
      "scope":"profile pmm aads email"
    }
  6. Close the web browser instance.