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

Support reading CCA cert from a pfx file #699

Merged
merged 1 commit into from
May 14, 2024
Merged

Support reading CCA cert from a pfx file #699

merged 1 commit into from
May 14, 2024

Conversation

rayluo
Copy link
Collaborator

@rayluo rayluo commented May 11, 2024

Implemented:

  • MSAL supports reading a client certificate from a PFX file
  • Bumped dependency library cryptography version for the new API we start to use. Also updated test case to guard against potential removal of those APIs that we made a dependency on.
  • Documented the new usage
    CC: @jiasli , this may close [Feature Request] Support PFX certificate authentication #684
  • Updated e2e test case to use cert for the main lab app. All e2e test cases can work. We will need to double check when the lab secret officially being removed in May 13, 2024. Tested again, it works.

@rayluo rayluo marked this pull request as ready for review May 13, 2024 19:27
@rayluo rayluo requested a review from a team as a code owner May 13, 2024 19:27
msal/application.py Outdated Show resolved Hide resolved
@rayluo rayluo merged commit d0693ac into dev May 14, 2024
12 checks passed
@rayluo rayluo deleted the cert-pfx branch May 14, 2024 20:42
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

Successfully merging this pull request may close these issues.

[Feature Request] Support PFX certificate authentication
2 participants