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>
-