Configure the Application Server Web.Config File - Enterprise Integration Server - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - Premier - Standard - external - Standard - Premier

Enterprise Integration Server

Platform
OnBase
Product
Enterprise Integration Server
Release
Foundation 23.1
License
Standard
Premier
  1. Open the application server web.config file in a text editor, such as Notepad.
  2. Uncomment the three <!-- Azure Service Bus Endpoint --> sections at the bottom of the file.
  3. Specify the following options:

    endpoint binding= "netTcpRelayBinding"

    Description

    address

    Set this option to the address of your Azure service bus. The [Service Bus Name] should be replaced with the name of the Azure service bus. This value should be the same as the one you specified in the ServiceNamespace property of the Configure Adapter dialog.

    The [Unique AppServer Name] should be replaced with the name of the Application Server you're using with EIS.

    behavior name= "sbTokenProvider"

    Description

    sharedSecret

    Set the issuerName equal to the username of the owner of the Azure service bus. This value should be the same as the one you specified in the IssuerName property of the Configure Adapter dialog.

    Set the issuerSecret equal to the secret key for the owner of the Azure service bus. This value should be the same as the one you specified in the IssuerSecret property of the Configure Adapter dialog.

  4. Save and close the web.config file.