Provisioning the basic authentication configuration for Avaya Calling for Microsoft Teams

Last Updated : Aug 29, 2026 |
Prolog information
Use this procedure if you want to provision the basic authentication configuration for Avaya Calling for Microsoft Teams. The Client_Settings_File_Auth_Mode property in this procedure directs the type of login flow.
You can use this procedure for single and multiple login systems.
Before you begin
The 46xx settings file must include the ACSSRVR, ACSPORT, and ACSSECURE (TLS) parameters.
  1. Log in to your Avaya Cloud account and click Manage Companies.
  2. Click the company name.
  3. Click Apps.
  4. Click Configure New App.
  5. In the Product field, select Avaya Calling For Teams.
    ADDITIONAL INFORMATION:
    Important:
    If you were previously using Equinox Cloud Client, you must now use Avaya Calling For Teams.
  6. In the Public Settings field, enter the following settings, which are altered to match the customer system URL:
    ADDITIONAL INFORMATION:
    • Profile_Name in Client_Authorization_Address must match with Profile_Name in Client_Settings_File_Address.
    • In the example, productionserver.example.com is the URL of the Avaya Aura® Device Services server.
    • The property names are case-sensitive. For example, Client_Settings_File_Url is valid, but Client_Settings_File_URL is invalid.
    • The property values are case insensitive, except for URLs and the Profile_Name property. For example, Basic and basic are both valid.
    • Single login system.
      {
        "Client_Settings_File_Address": [
          {
            "Profile_Name": "Production",
            "Client_Settings_File_Url": "https://productionserver.example.com/acs/resources/configurations"
          }
        ],
        "Client_Authorization_Address": [
          {
            "Profile_Name": "Production",
            "Client_Settings_File_Auth_Mode": "Basic"
          }
        ]
      }
    • Multiple login systems: If there are multiple servers, the user receives a prompt from a list of profile names when they log in.
      {
        "Client_Settings_File_Address": [
          {
            "Profile_Name": "East",
            "Client_Settings_File_Url": "https://servereast.example.com/acs/resources/configurations"
          },
          {
            "Profile_Name": "West",
            "Client_Settings_File_Url": "https://serverwest.example.com/acs/resources/configurations"
          }
        ],
        " Client_Authorization_Address": [
          {
            "Profile_Name": "East",
            "Client_Settings_File_Auth_Mode": "Basic"
          },
          {
            "Profile_Name": "West",
            "Client_Settings_File_Auth_Mode": "Basic"
          }
        ]
      }
  7. Click Save.