-
Notifications
You must be signed in to change notification settings - Fork 353
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
Updating exceptions for 404 to include authority #5095
Conversation
src/client/Microsoft.Identity.Client/MsalServiceExceptionFactory.cs
Outdated
Show resolved
Hide resolved
src/client/Microsoft.Identity.Client/MsalServiceExceptionFactory.cs
Outdated
Show resolved
Hide resolved
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.
Possible NPEs
tests/Microsoft.Identity.Test.Unit/ExceptionTests/MsalExceptionTests.cs
Outdated
Show resolved
Hide resolved
Using the endpoint was a mistake, however, do we want to add it anyway?, alongside the authority in the exception for 404? |
src/client/Microsoft.Identity.Client/MsalServiceExceptionFactory.cs
Outdated
Show resolved
Hide resolved
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.
looks good @trwalke
This has been signed off @trwalke - please merge it |
@bgavrilMS the builds were all failing since Monday, was waiting for them to be fixed. Seems like they are working now. Merging when pr build is green |
Fixes #
Fix for #4769
Changes proposed in this request
Authority will be appended to exception messages when 404 is encountered.
Testing
Unit.
Performance impact
Documentation