New error SSL dh key too small when getting token with adfs connection only

Hello,

I have been using Auth0 with ADFS connection for months but I’m suddenly unable to sign in since Thursday, August 20th 2020.

No change has been made in my code, and I experience the same using Postman.

Request

POST https://MY_TENANT.eu.auth0.com/oauth/token

audience: “https://MY_TENANT.eu.auth0.com/api/v2/”
client_id: “foo”
grant_type: “http://auth0.com/oauth/grant-type/password-realm
password: “bar”
realm: “TENANT-adfs”
scope: “email profile openid”
username: “USER@MAIL.com

Response

HTTP status: 400

{
  "error":"invalid_request",
  "error_description":"write EPROTO 140681570084672:error:141A318A:SSL routines:tls_process_ske_dhe:dh key too small:../deps/openssl/openssl/ssl/statem/statem_clnt.c:2150:\n"
}