Closed Bug 1880329 Opened 2 years ago Closed 2 years ago

Transition to the `Disconnected` state when we fail to complete auth

Categories

(Application Services :: Fxa Client, enhancement)

x86_64
Linux
enhancement

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: bdk, Unassigned)

Details

There's a mismatch between the A-S state machine code and the A-C state code:

  • In A-S, if we fail to complete authentication, we transition to the Cancel internal state, which causes the user to remain in the Authenticating public state (source
  • In A-C, in that same scenario, we transition to the NotAuthenticated public state (which maps to Disconnected in the A-S code)(source)

We should fix the code to match A-C.

Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.