Provisioning the basic authentication configuration for Avaya Call for Government

Last Updated : Aug 29, 2026 |
Prolog information
Use this procedure to provision the basic authentication configuration for Avaya Call for Government. 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.
  1. Log in to the Microsoft Azure portal as an administrator.
  2. In the Azure services area, click App Configuration.
  3. Click the application configuration service name you created earlier.
    ADDITIONAL INFORMATION:
    For example, avaya-configuration-service.
  4. In the Operations area, click Configuration explorer.
  5. Click CreateKey-value.
  6. In the Key field, type avaya-call-configuration.
  7. In the Value field, enter one of the following settings, which are altered to match the URL of the customer's system:
    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"
          }
        ]
      }
  8. In the Content type field, type application/json.
  9. Click Apply.