I have a problem with the GraphAPI from Microsoft.
In the documentation I do not get further from point 4 on.
Link: Automate SAML-based SSO app configuration with Microsoft Graph API
My problem is:
In the documentation is "Extract the private and public key Base64 encoded from the PFX file".
I have tried many things but everything I have tried I always get a error.
I do not know how to upload a sign certificate.
The upload of a Verify certificate works without problems.
The error code von GraphAPI is:
Error: Code: Request_BadRequest
Message: The value for the property "usage" in one of your credentials is invalid. Acceptable values are Sign, Verify.
Do any of you have any idea what's wrong?
Thanks