Custom Signing and Encryption Certificate in SAML SP Metadata
Sep 10, 2025
Overview
Solution
The SP metadata: https://tenant.{us/eu/au}.auth0.com/samlp/metadata?connection={connection_name}
To update the "signing" certificate in the SP metadata, use the Management APIv2 to update the options.signing_key object in the connection settings, per the steps in Use a custom key to sign requests.
To update the "encrytion" certificate in the SP metadata, use the Management APIv2 to update the options.decryptionKey object in the connection settings, per the steps in Use your key pair to decrypt encrypted responses.