Activities of "pauldonn"

  • ABP Framework version: v8.1.0
  • UI Type: Flutter
  • Database System: EF Core SQL Serve
  • Tiered (for MVC): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:
    1. Enable 2FA for the user:
    1. POST to /connect/token
    • client_id: [clientId]
    • grant_type: password
    • username: [user]
    • password: [password]
    • scope: [scope]

We need to enable 2FA for our mobile app. When it is enabled for a user the connect/token request returns an "invalid_grant" error witth "RequiresTwoFactor" message. We can request a 2FA code with a request to account/send-two-factor-code but are unsure how to verify this code and proceed with authenticating the user.

How can we verify the code returned from account/send-two-factor-code and login the user?

Showing 1 to 1 of 1 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13