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
When trying to connect Azure B2C with another IdP, using custom policies, we encounter the following error in AppInsights logging:
Key type not supported: 'EC'. and it bails out with a FatalException
The IdP we're trying to connect to supports RSA and EC key types, and sends both of them in the JWKS endpoint.
B2C does not seem to handle the EC key type in the JWKS.
Could you please fix this? Or is there any setting in B2C we could use to prevent the error from happening?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Any workaround to clear error?
https://feedback.azure.com/forums/169401-azure-active-directory/suggestions/38510968-aad-b2c-add-support-for-ec-key-type-to-openid-con
Sorry, something went wrong.
No branches or pull requests
When trying to connect Azure B2C with another IdP, using custom policies, we encounter the following error in AppInsights logging:
Key type not supported: 'EC'.
and it bails out with a FatalException
The IdP we're trying to connect to supports RSA and EC key types, and sends both of them in the JWKS endpoint.
B2C does not seem to handle the EC key type in the JWKS.
Could you please fix this? Or is there any setting in B2C we could use to prevent the error from happening?
Thanks in advance
The text was updated successfully, but these errors were encountered: