Documentation Center

Translation Organizer application access settings

The settings controlling access to Translation Organizer are located in the AccessManagement section of Translation Organizer's appsettings.json file.

Translation Organizer relies on Tridion Access Management for managing access. The application access settings include the client credentials and Access Management URIs that are used to retrieve an access token.

ClientId

The client identifier of an API Client (Service User) used to get an access token.

ClientSecret

The client secret of an API Client (Service User) used to get an access token.

AccessManagementUrl

The URL of Tridion Access Management, which provides the access token.

InfoShareWSUri

The URI of a web service.

InfoShareWsServiceCertificateValidationMode

An enumeration that lists the ways of validating a certificate when the application connects to web services (ISHWS).

The allowed values are those that Microsoft supports for .NET and include the following:

  • ChainTrust
  • Custom
  • None
  • PeerOrChainTrust
  • PeerTrus
For more information, refer to Microsoft's documentation for X509CertificateValidationMode Enum.