Why is my valid certificate not being accepted?
There may be an issue with the formatting of the Certificate. Standard certificates contain a header and a footer:
-----BEGIN CERTIFICATE-----
<certificate contents>
-----END CERTIFICATE-----
When specifying a certificate in the idp_certificate
field, these must be removed. The value should be the certificate contents only.