-
Notifications
You must be signed in to change notification settings - Fork 475
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: PEM_read_bio_PUBKEY failed #185
Comments
There was a problem with the certificate. |
@louis-sanna What was the problem with the cert? I am getting this error too. |
@GGross5213 I don't remember exactly, but I managed to fix it with the function convertCertificate: auth0/node-jsonwebtoken#68 |
To give more info:
The "BEGIN CERTIFICATE" and "END CERTIFICATE" lines should be stripped out and the certificate should be provided on a single line. credits: All of this information is already mentioned in the page |
This works for me locally but doesn't work when deployed. I am testing the exact same private key and token:
|
@mategvo any luck? Ran into the same issue. Works locally, but not on the server |
We have an error when our AssertionConsumerServiceURL is called by an indentity provider using Azure AD (it works fine for our other clients, not sure whether or not it's linked to Azure).
The error is thrown by xml-crypto in the function "verify-signature"
I was able to reproduce the error with the arguments passed:
Any idea how to fix it?
The text was updated successfully, but these errors were encountered: