Fix for 3000 - improve error messages when credentials fail to load#3003
Merged
Fix for 3000 - improve error messages when credentials fail to load#3003
Conversation
bgavrilMS
commented
Sep 3, 2024
src/Microsoft.Identity.Web.Certificate/SignedAssertionFromManagedIdentityCredentialLoader.cs
Show resolved
Hide resolved
bgavrilMS
commented
Sep 3, 2024
src/Microsoft.Identity.Web.TokenAcquisition/ConfidentialClientApplicationBuilderExtension.cs
Outdated
Show resolved
Hide resolved
c11352c to
69f6a2d
Compare
da44a2d to
9103068
Compare
bgavrilMS
commented
Sep 9, 2024
bgavrilMS
commented
Sep 9, 2024
src/Microsoft.Identity.Web.Certificate/DefaultCredentialsLoader.cs
Outdated
Show resolved
Hide resolved
bgavrilMS
commented
Sep 9, 2024
src/Microsoft.Identity.Web.Certificate/SignedAssertionFilePathCredentialsLoader.cs
Show resolved
Hide resolved
bgavrilMS
commented
Sep 9, 2024
src/Microsoft.Identity.Web.Certificateless/ManagedIdentityClientAssertion.cs
Outdated
Show resolved
Hide resolved
bgavrilMS
commented
Sep 9, 2024
tests/Microsoft.Identity.Web.Test/Certificates/WithClientCredentialsTests.cs
Show resolved
Hide resolved
ab7f8c8 to
2b20cba
Compare
bgavrilMS
commented
Sep 9, 2024
src/Microsoft.Identity.Web.TokenAcquisition/ConfidentialClientApplicationBuilderExtension.cs
Show resolved
Hide resolved
bgavrilMS
commented
Sep 9, 2024
src/Microsoft.Identity.Web.TokenAcquisition/ConfidentialClientApplicationBuilderExtension.cs
Show resolved
Hide resolved
jmprieur
reviewed
Sep 9, 2024
Collaborator
jmprieur
left a comment
There was a problem hiding this comment.
I would be great to create an end to end test
src/Microsoft.Identity.Web.Certificateless/ManagedIdentityClientAssertion.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.Identity.Web.Certificateless/ManagedIdentityClientAssertion.cs
Outdated
Show resolved
Hide resolved
jennyf19
reviewed
Sep 10, 2024
src/Microsoft.Identity.Web.Certificate/DefaultCredentialsLoader.cs
Outdated
Show resolved
Hide resolved
jennyf19
reviewed
Sep 10, 2024
src/Microsoft.Identity.Web.Certificateless/ManagedIdentityClientAssertion.cs
Show resolved
Hide resolved
fc52b65 to
107da96
Compare
107da96 to
ff72962
Compare
ff72962 to
4eed70e
Compare
jmprieur
approved these changes
Sep 17, 2024
Collaborator
|
@bgavrilMS can you update w/master and respond to comments or mark them as resolved? thanks. |
jmprieur
reviewed
Sep 19, 2024
src/Microsoft.Identity.Web.Certificate/DefaultCredentialsLoader.cs
Outdated
Show resolved
Hide resolved
jmprieur
reviewed
Sep 19, 2024
src/Microsoft.Identity.Web.Certificate/DefaultCredentialsLoader.cs
Outdated
Show resolved
Hide resolved
jmprieur
reviewed
Sep 19, 2024
src/Microsoft.Identity.Web.Certificate/SignedAssertionFilePathCredentialsLoader.cs
Show resolved
Hide resolved
jennyf19
reviewed
Sep 23, 2024
Collaborator
|
Started doing end to end testing, and there seem to be a regression on #2675 |
jmprieur
reviewed
Sep 23, 2024
...pps/daemon-app/daemon-console-calling-downstreamApi/DaemonConsoleCallingDownstreamApi.csproj
Outdated
Show resolved
Hide resolved
Collaborator
Actually no. It was a test error |
Collaborator
jmprieur
approved these changes
Sep 24, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Fixes #3000
Function changes:
Testing
MSIandcert, whereMSIfails