Closed
Bug 1976550
Opened 8 months ago
Closed 8 months ago
The EWS client doesn't refresh its credentials before retrying after an authentication failure
Categories
(MailNews Core :: Networking: Exchange, defect)
MailNews Core
Networking: Exchange
Tracking
(Not tracked)
RESOLVED
FIXED
143 Branch
People
(Reporter: babolivier, Assigned: babolivier)
References
(Blocks 2 open bugs, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
This isn't a huge issue when using OAuth2 because the OAuth2 module follows a slightly different flow, but when using a password it means we keep retrying with the old, incorrect password.
Updated•8 months ago
|
| Assignee | ||
Comment 1•8 months ago
|
||
I've had to move the AuthenticationProvider implementation from
EwsOutgoingServer to nsIMsgOutgoingServer, so that the server attached to
the XpComEwsClient can implement both AuthenticationProvider and
UserInteractiveServer.
| Assignee | ||
Updated•8 months ago
|
Keywords: checkin-needed-tb
| Assignee | ||
Updated•8 months ago
|
Target Milestone: --- → 143 Branch
Pushed by brendan@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/f2875b132c26
Refresh the EWS client's credentials after an authentication failure. r=darktrojan
You need to log in
before you can comment on or make changes to this bug.
Description
•