Open Bug 1831644 Opened 1 year ago Updated 1 year ago

Spurious localhost call during Microsoft OAuth login

Categories

(Thunderbird :: Security, defect)

defect

Tracking

(Not tracked)

People

(Reporter: sancus, Unassigned)

References

(Blocks 1 open bug)

Details

(Whiteboard: [snnot3p])

We do a call to https://localhost/?code during the OAuth process. This call works on 102 but it fails with NS_ERROR_CONNECTION_REFUSED on current Daily.

This seems to have no effect on the authentication whatsoever and @leftmostcat suggested it shouldn't even be happening at all.

Blocks: tb-ms-oauth2
Whiteboard: [snnot3p]

I think that's to be expected; it's the redirect_uri
Dunno about the fail. At least ideally it will be intercepted internally, but a call to localhost definitely needs to happen for the process to succeed.

You need to log in before you can comment on or make changes to this bug.