You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm facing exactly the same problem.
For Service Provider I'm using https://github.com/crewjam/saml package;
SSL Certificate on both side using Sectigo that support SSL SHA-256 ECDSA Algorithm. I'm sure this is the cause. Like the note "ECDSA certificates cannot currently be used for signing". Has ECDSA not been supported until now? https://pkg.go.dev/crypto/ecdsa. is this package able to do the ECDSA sign process?
Thanks in advance
Hi, I am getting
unsupported signature algorithm
each time I try to login via SAML.This is the url data:
This is the decoded saml request in above url:
Here is my config.yaml
Metadata file from sp
Any idea on what's causing the problem?
The text was updated successfully, but these errors were encountered: