Connecting to New Matter Intake / cloud interface
Since this involves access via the API interface, which is used, among other things, for creating files, the settings that need to be made on the Lexolution Server are fairly straightforward.
New Matter Intake is not part of Lexolution. For more information about setup and configuration, please contact the New Matter Intake team.
To connect to New Matter Intake in the STP cloud, you need to enter the corresponding values in the config file
Open the configuration file for the Lexolution Server with administrator rights.
If you installed the Lexolution Server in the default installation directory, the configuration file STP.Kms.Server.exe.config is located in the program directory of the Lexolution Server.
(e.g.:
C:\Program Files (x86)\STP AG\LEXolution.KMS-Server\)
Here you need to enter the appropriate values for the STP cloud.
<add key="RestApiIdentityProvider" value=""></add>
<add key="RestApiIsEnabled" value="false"></add>
<add key="RestApiPort" value="9001"></add>
<add key="RestApiServerAddress" value=""></add>
<add key="RestApiTenantName" value=""></add>
<add key="RestApiUseHttps" value="true"></add>
<add key="RestApiUserIdIsEmail" value="false"></add>This article has been automatically translated by an AI and may therefore contain errors.
Related to