APISecure Set to True - Agenda Media - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - Essential - Premier - Standard - external - Standard - Essential - Premier

Agenda Media

Platform
OnBase
Product
Agenda Media
Release
Foundation 23.1
License
Standard
Essential
Premier

If you are working on a Domain, it is recommended that you leave API Security enabled. Ensure that the following scenarios have the appropriate configurations set:

  • Media Publisher server on the Domain and service running as a domain user with access to the storage location for media files:

    • APISecure="true" (found in the <Application> section)

    • Security mode="Message" (case-sensitive - found in the <wsHttpBinding>/<Security> section)

    • Transport clientCredentialType="Windows" (case-sensitive - found in the <wsHttpBinding>/<Security>/<Transport> section

  • Minutes Client running on a different machine, but on the same Domain. This will also work by adding the Domain Identity if the Minutes Client is a different Domain, but part of the same Domain Forest:

    • Security mode="Message" (case-sensitive - found in the <wsHttpBinding>/<Security> section)

    • Transport clientCredentialType="Windows" (case-sensitive - found in the <wsHttpBinding>/<Security>/<Transport> section)

    • <client>

      <endpoint address="http://tempuri.org" binding="wsHttpBinding" bindingConfiguration="MediaPublisherBinding" contract="IMediaPublisherBinding">

      <!-- <identity> <dns value="[DOMAIN NAME]" /> </identity> -->

      </endpoint>

      </client>