Ready to post? First, try searching for your answer.
Hi Everyone.
We are trying to configure a custom Signing certificate on our Enterprise SAML connections. We are using this approach Sign and Encrypt SAML Requests
{
{
"options" : {
[...], // all the other connection options
"signing_key": {
"key":"-----BEGIN PRIVATE KEY-----\n...{your private key here}...\n-----END PRIVATE KEY-----",
"cert":"-----BEGIN CERTIFICATE-----\n...{your public key cert here}...\n-----END CERTIFICATE-----"
}
}
}
}
However, every time we click on the Sign Request link on Authentication โ Enterprise-> SAML โ [Our connection] that says: " Download the certificate and give it to SAMLP that will receive the signed assertion so it can validate the signature." we get the same certificate.
We see its because that link calls OUR_DOMAIN/pem?cert=connection. How can we configure our Domain to provide a Custom Certificate for out customers