Provide a way for reliers to confirm a user's login state without re-entering password #590
Comments
|
One option would be to use the https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest Essentially:
Requiring an |
|
(This would essentially implement a small part of the OIDC |
|
@rfk can you triage out of backlog if that's the wrong place for this? |
|
ref #640 |
|
In a bit more detail, here's what would be required for
I think this would give us all the desired properties, and interact nicely with #589 to allow AMO to guide developers into setting up 2FA on their account. |
|
Ref #1979 to support RP initiated logout. |
|
I'm not sure if there's engineering work here beyond what's captured in #2132. Leaving unestimated. |
|
➤ Jared Hirsch commented: I think we're safe to dupe this to https://jira.mozilla.com/browse/FXA-261. |
|
➤ Jared Hirsch commented: Closing as a dupe of 261. |
This is a followup to mozilla/fxa-content-server#6658 and in service of mozilla/addons#732.
To support enforcing 2FA on developer accounts in AMO, they'd like to do a flow like the following:
Such a flow is possible as of train-124, thanks to #6545 which added support for the
acr_valuesquery parameter. However, due to various rough edges in our session handling (#5916), the user will be forced to enter their password twice - once for the OAuth flow at (1) and again for the OAuth flow at (4).Can we provide a way for the relier to avoid a second password prompt at (4), that doesn't allow them to skip the initial authorization step at (1)?
┆Issue is synchronized with this Jira Task
┆Issue Number: FXA-736
The text was updated successfully, but these errors were encountered: