Token Endpoint does not Accept two-factor trust
Token Endpoint does not Accept two-factor trust
Description
Calling the oauth2/token endpoint with two-factor trust is not functional.
Possibly consider adding a separate API for OAuth2.
Affects versions
TBD
Related
- https://github.com/FusionAuth/fusionauth-issues/issues/1585
Additional context
Internal ticket - 72466
We should review this endpoint and ensure it can handle end to end 2FA workflows. Since OIDC/ OAuth2 does not provide guidance on how to handle 2FA, we have just pushed this workflow over to our Login API and Two Factor Login API.
It may be worth while to add a new endpoint to handle Two Factor Login either through the /oauth2/token endpoint or by adding a new endpoint.
Hi
Is there any update on this topic? Even the silent renewal in single page applications are effected by this.