GET /mfa/push/challenge/{id}
根据挑战ID查询单条Push MFA挑战的当前状态,用于登录页面轮询。参考:NIST SP 800-63B §5.1.7 (Verifier Impersonation Resistance)、OWASP ASVS V2.8。
MFA `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
id |
path |
string |
Yes |
|
|
|
挑战ID |
Referenced Schemas
dto.PushChallengeStatusDetailResponse
dto.PushChallengeStatusResponse
| Field | Type | Required | Example | Constraints | Description |
challenge_id |
string |
No |
chal-abc123 |
|
|
login_context |
string |
No |
login from Beijing |
|
|
number_matching |
string |
No |
42 |
|
|
resolved_at |
string |
No |
2026-05-25T12:05:00Z |
|
|
status |
string |
No |
approved |
|
|
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|