Hi UCS-Users!
i try to migrate ms365-connector from simplesaml.php to keycloak in order to be able to update ucs from 5.0-10 to 5.2.
I try to use this guide: 4.1. Services using SAML — Migration guide: SimpleSAMLPHP to Keycloak
but when i try to run the powershell script from the guide i get this error (sorry, the error message ist in german):
Connect-MgGraph : Der Parameter “ClientSecretCredential” kann nicht gebunden werden. Der Wert
“System.Management.Automation.PSCredential” vom Typ “System.String” kann nicht in den Typ
“System.Management.Automation.PSCredential” konvertiert werden.
In C:\tmp\script.ps1:22 Zeichen:99
Things i have already checked:
MS-Connector is working. (simplesaml.php is still installed)
Credentials pasted into the powershell script have global admin role
Does anyone have an idea how to proceed? Unfortunately i know very little powershell, azure and so on …
Yours, Gerd