Signing SAML request error

Hello this is Daniel!

I’m trying to use Auth0 as my SAML IdP and it works perfectly when I don’t configure sign SAML request. When I use a public key with the same format that are on the examples I get the following error:

"error": {
      "message": "error:0908F066:PEM routines:get_header_and_data:bad end line",
      "oauthError": "invalid_request",
      "type": "request-error"
}

Have you guys faced the same issue? What did you do to overcome it?

Thank you in advance :slight_smile:

1 Like

I’m facing the same issue.
@jose.pina have you resolved this issue?