pppAuth
September 23, 2024, 3:34pm
1
Ready to post? First, try searching for your answer.
Hello
The SAML settings window gives example for this field as:
"-----BEGIN PUBLIC KEY-----\nMIGf...bpP/t3\n+JGNGIRMj1hF1rnb6QIDAQAB\n-----END PUBLIC KEY-----\n"
The docs (https://auth0.com/docs/authenticate/protocols/saml/saml-sso-integrations/sign-and-encrypt-saml-requests
Give as example:
"signingCert": "-----BEGIN CERTIFICATE-----\nMIIC8jCCAdqgAwIBAgIJObB6jmhG0QIEMA0GCSqGSIb3DQEBBQUAMCAxHjAcBgNV\n[..all the other lines..]-----END CERTIFICATE-----\n"
Which is the correct one?
Hi @pppAuth
Welcome to the Auth0 Community!
If you update the SAML setting from the dashboard you should be using
"-----BEGIN PUBLIC KEY-----\nMIGf...bpP/t3\n+JGNGIRMj1hF1rnb6QIDAQAB\n-----END PUBLIC KEY-----\n"
the other example should be used while updating the connection from the Management API
Thanks
Dawid
1 Like
system
Closed
October 25, 2024, 3:25pm
3
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.