Versions Compared

Key

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

...

An alternative would be to use a powershell script for getting the bearer token, after adjusting few parameters in the script. A version of this script can be found I:\Kunden\Medizinischer Dienst Bayern (MDBA)C:\Git\DevOps\Scripts\PowerShellScripts\getToken.ps1ps1’

In this case, you need the secret or clientId (those are two parameters in the ps1-script) that are encrypted in the COS cofigurations (e.g. C:\ProgramData\itsense\Configuration\ElsaWorkflow_DashboardConfiguration.json ), you will have to use an decryption method or a tool for that operation. A provided tool is called MachineCryptoTool which is part of the dev solution. (But actually, it was tested with “I:\Wiki & Tools\ITSENSE\MachineCryptoTool 8000” on COS 8.x ).

...