Open Closed

Getting require TFA verification response after enabling the TFA for the user using password grant_type #2527


User avatar
0
Rajasekhar created
  • ABP Framework version: v5.0.1
  • UI type: MVC
  • DB provider: EF Core
  • **Tiered (MVC) **: yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

I am calling the api(https://localhost:5001/connect/token) for authentication. I am getting the access token and refresh token successfully using password flow (grant type). After enabling the TFA for that user ,I am getting the response like Required TFA ** (https://localhost:5001/connect/token) **response. how to handle the TFA with password flow.


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    The angular has implemented the 2fa with password grand type.

    https://github.com/abpframework/abp/pull/9176

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11