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

fix: Remove undefined value in @azure/msal-node #4718

Conversation

JhontSouth
Copy link
Collaborator

#minor

Description

This PR avoids the undefined reference for thumbprint value in the ConfidentialClientApplication instance in msalAppCredentials for the latest versions of @azure/msal-node.

Specific Changes

  • Replaced undefined value by an empty string in clientSecret definition.

Testing

The following image shows a bot working with node 20 and the latest version of @azure/msal-node after the update.
image

@JhontSouth JhontSouth requested a review from a team as a code owner July 24, 2024 16:30
@coveralls
Copy link

coveralls commented Jul 24, 2024

Pull Request Test Coverage Report for Build 10080470805

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.4%) to 84.433%

Totals Coverage Status
Change from base Build 9861924905: 0.4%
Covered Lines: 20429
Relevant Lines: 22904

💛 - Coveralls

@tracyboehrer tracyboehrer merged commit 82231ca into main Jul 26, 2024
13 checks passed
@tracyboehrer tracyboehrer deleted the southworks/fix/remove-undefined-confidentialclientapplication branch July 26, 2024 14:11
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.

3 participants