Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<primedocs ...>
    ...
    <cmi tokenEndpointtokenEndpointHost="https://[sts-cmihost]/[cmi-Tenant]/identity/connect/token.com]" 
         uploadEndpointHost="https://[cmihost].com]"
         clientId="[Client Id von CMI]" 
         clientSecret="[Client Secret von CMI]" 
         />
    ...
</primedocs>

...

  • Über die ClientId und ClientSecret wird vom tokenEndpoint [tokenEndpointHost]/[CMI-Tenant]/identity/connect/token mit dem Scope templateManager via client_credentials ein AccessToken angefordert.

  • Das AccessToken wird für den Dateiupload an [uploadEndpointHost]/[CMI-Tenant]/Template/[CMI-Token] angehangen und der Upload wird via HTTP POST ausgeführt.

...