Closed securityvoid closed 4 years ago
@securityvoid Interesting, will need to take some time to have a look.
@securityvoid What are the difference(s) among your three environments ?
@tngan There is nothing different between the three environments besides the certificates. Code is literally deployed directly from source-control and the same source has been promoted to all environments.
@securityvoid Have you resolved this issue?
I worked around this, but I never resolved it.
I regenerated my SSL Certificates for the environment and the new certificates worked fine for that environment.
As I recall (This was awhile ago); I had to regenerate the certificate several times to finally get one that worked and one out of every 5 or so would still fail.
I moved on with one of the working certificates.
Ok, thanks for your update, then let me close this issue first.
Hello, I'm getting the following error message from my IdP when its processing the signed AuthnRequest generated from Samlify on the Service Provider.
Signature length not correct: got 257 but was expecting 256
This is an example AuthnRequest:
If you take a look at the signature, it does in fact appear to have a length of 257 instead of 256.
Interestingly, we have three environments utilizing the same code with samlify and the same IDP and only one environment has this issue. The environment that fails always fails, the environments that work always work.
Any thoughts/ideas on how to troubleshoot this?