You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Re: "confirm that generation fields are correctly handled", we need to add a bit of logic so that if the OAuth verifier returns a generation field, then it gets reflected as fxa-generation in the idpClaims dict here:
The value of fxa-generation should be an int, not a string.
For completeness we could also consider updating the mock verifier in the service tests to sometimes return a generation number, but I don't know how much churn that would induce:
Once this issue is done, we can jump into the changes we need to make here in the tokenserver.
To support the larger efforts to get the FxA Rust Component into Desktop, we first need to get Sync completely migrated away from BrowserID over to OAuth.
The text was updated successfully, but these errors were encountered: