Validate TOTP code
GET/v1/auth/totp/validate
Validates the TOTP code for the given customer and code. If the code is valid, it will accept the original login request using the login_challenge and complete the two-factor authentication flow.
Request
Responses
- 302
- 400
- 401
- 500
Redirect to OAuth2 callback after successful validation
Response Headers
Location
Callback URL with authentication result
Bad request - invalid input parameters
Unauthorized - invalid or missing credentials
Internal server error