We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
Force SecureAuth to use RSA instead.
Disable the encryption by doing:
Is there an 3rd way when the Azure B2C can support the ECDSA algorithm?
The text was updated successfully, but these errors were encountered:
AAD B2C doesn’t support ECDSA.
Sorry, something went wrong.
Thank you for your answer!
Is there any place where Microsoft added it to their docs?
No branches or pull requests
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:
Force SecureAuth to use RSA instead.
Disable the encryption by doing:
Is there an 3rd way when the Azure B2C can support the ECDSA algorithm?
The text was updated successfully, but these errors were encountered: