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

[Identity] Update async cert credential algorithm #39761

Merged
merged 1 commit into from
Mar 5, 2025

Conversation

pvaneck
Copy link
Member

@pvaneck pvaneck commented Feb 15, 2025

Since Entra docs recommend using the PS256 algorithm with PSS padding for certificate authentication, let's switch the default to use that for async cert credentials where we still maintain the signing logic.

Tested both PEM and PFX certs with an Entra ID app registration was able to authenticate successfully with these changes.

Closes: #39442

@azure-sdk
Copy link
Collaborator

API change check

API changes are not detected in this pull request.

@pvaneck pvaneck force-pushed the identity-cert-update branch from c282611 to 2fdf473 Compare February 19, 2025 03:03
@pvaneck pvaneck force-pushed the identity-cert-update branch from 2fdf473 to 65d5437 Compare February 19, 2025 03:04
@pvaneck pvaneck marked this pull request as ready for review February 25, 2025 02:57
@pvaneck pvaneck requested review from xiangyan99 and a team as code owners February 25, 2025 02:57
@pvaneck pvaneck merged commit a957672 into Azure:main Mar 5, 2025
38 checks passed
allenkim0129 pushed a commit to allenkim0129/azure-sdk-for-python that referenced this pull request Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

Weak or unknown asymmetric padding
3 participants