You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

Introduction

HTTP Digest access authentication is one of the agreed-upon methods a device can use to negotiate credentials with a HTTP server to increase the security. This extra security can also be used during the HTTP Auto provisioning process.

HTTP digest is always been available in the Gigaset devices, but with the latest software additional functionality is added.

  • N510 BL192 or higher.
  • N720 BL84 or higher
  • DE900/700 BL02.00.10 or higher
  • DE410/310 BL02.00.07 or higher

Security

We only support HTTP Digest authentication. Only for testing, the DE devices also can use the HTTP Basic authentication.

Web-Interface configuration

In the webinterface of the device go to: Settings - Security Settings - Server Authentication.

Enter the HTTP Digest Username and Password.

 

When the device connects to the Auto provisioning server and will receive the message 401 unauthorised,

The device will try to connect again using the integrated Username and Password.

Then the provisioning server will answer again with the message 401 unauthorised because it is not the correct Username and Password.

The device will try to connect again using the Username and Password you have provided.

 The configuration file will be downloaded.

 

This feature is often used in a Broadsoft Auto provisioning process.

 

N720 auto provisioning parameters

XML syntax:

<SYMB_ITEM ID="BS_IP_Data.aucS_HTTP_DIGEST_USERNAME" class="symb_item" value="broadsoft-username"/>

<SYMB_ITEM ID="BS_IP_Data.aucS_HTTP_DIGEST_PASSWORD" class="symb_item" value="broadsoft-password"/>


Tag Name
Value
Location in web-interface
S_PROV_USERNAME

Max. 50 characters

<S_PROV_USERNAME class="string" value="broadsoft-username"/>
Available only when: I_PHONE_SYSTEM=5; symbolic NVM where custom parameter will be stored: BS_IP_Data.aucS_HTTP_DIGEST_USERNAME

S_PROV_PASSWORDMax. 50 characters

<S_PROV_PASSWORD class="string" value="broadsoft-password"/>

Available only when: I_PHONE_SYSTEM=5; symbolic NVM where custom parameter will be stored: BS_IP_Data.aucS_HTTP_DIGEST_PASSWORD

I_PHONE_SYSTEM0=default setting;5=Broadsoft

<I_PHONE_SYSTEM class="integer" value="5"/>
symbolic NVM where custom parameter will be stored: BS_IP_Data.ucI_PHONE_SYSTEM

  • No labels