Hanzo
OpenapiIam

Completes a sign-in that came in through another identity provider and still…

Completes a sign-in that came in through another identity provider and still owes a second factor.

POST /v1/iam/oauth/federation/mfa

Addresshttps://api.hanzo.ai/v1/iam/oauth/federation/mfa
MethodPOST
Operationpost_iam_oauth_federation_mfa
AuthAuthorization: Bearer $HANZO_API_KEY

Completes a sign-in that came in through another identity provider and still owes a second factor. The person supplies the factor here and the login finishes.

The account is fixed when the challenge is issued, not by the request, so no one can redirect a half-finished login onto somebody else's account. A wrong factor uses the challenge up: retrying means starting the sign-in again, the same as a mistyped password.

Request

The document declares no body for POST /v1/iam/oauth/federation/mfa. The handler is typed in cloud but its shape is not yet emitted, so the fields are not listed here — ask the MCP door's describe for post_iam_oauth_federation_mfa, which answers from the running route.

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo iam oauth federation mfa

IAM API · All Hanzo APIs · Interactive reference

How is this guide?

On this page