Skip to content
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

SignatureDescription could not be created for the signature algorithm supplied when using ECDSA algorithm #643

Open
pauloortins opened this issue Oct 24, 2024 · 2 comments

Comments

@pauloortins
Copy link

I'm integrating SecureAuth as an IDP using SAML to my Azure B2C and SecureAuth by default uses ECDSA as the encryption algorithm.

<ds:SignatureMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha256"/>

When I integrate it the Azure B2C throws the following error:

"SignatureDescription could not be created for the signature algorithm supplied."

The only ways I'm able to make it work is:

  1. Force SecureAuth to use RSA instead.

  2. Disable the encryption by doing:

false false

Is there an 3rd way when the Azure B2C can support the ECDSA algorithm?

@JasSuri
Copy link
Contributor

JasSuri commented Oct 25, 2024

AAD B2C doesn’t support ECDSA.

@pauloortins
Copy link
Author

pauloortins commented Oct 25, 2024

Thank you for your answer!

Is there any place where Microsoft added it to their docs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants