-
Notifications
You must be signed in to change notification settings - Fork 242
Fix for #2893 - do not attempt WorkloadIdentityCredential for MSI FIC (for Id.Web v2) #2894
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
Conversation
jmprieur
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still don't understand.
src/Microsoft.Identity.Web.Certificateless/ManagedIdentityClientAssertion.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.Identity.Web.Certificateless/ManagedIdentityClientAssertion.cs
Outdated
Show resolved
Hide resolved
|
why not cherry-pick the other commit? |
It is subtly different, because in 3.x we introduced a breaking change to the base classes. Have a look at e3a059f#diff-d515a839836ec1adc2d63d93fb6c38698476023fa4b444ca4f62424f8a3fa19aR56 |
jmprieur
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
We should run a release build ...
See #2813