Change SAML Signature Algorithm from SHA1 to SHA2
Last Updated:
Overview
A tenant has been configured to support a SAML connection. However, the login attempts fail. Login failure due to incompatibility of both the Signature Algorithm and DigestMethod Algorithm at SP and IdP ends of the SAML transaction.
The Identity Provider (IdP) expects that SAML Requests will be signed using the SHA-2 hash algorithm. This article explains how Signature Algorithm and DigestMethod Algorithm can be configured for use with SHA-2.
Applies To
- SAML
- SHA-256
Cause
Solution
For SAML signatures, Auth0 supports SHA-256.
Follow the steps below to switch from SHA-1 to SHA256.
- Login to the dashboard as a tenant member ( Administrator ).
- Navigate Authentication > Enterprise > [select-SAML-connection].
- Scroll down to Sign Request Algorithm: select RSA-SHA256 from the Dropdown Menu.
- Scroll down to Sign Request Algorithm Digest: select SHA256 from the Dropdown Menu.
- Scroll down to the bottom of the screen: Click Save Changes.