> ## Documentation Index
> Fetch the complete documentation index at: https://docs.authsignal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Adaptive MFA video walk-through

> Video walk-through and Postman companion for adaptive MFA with Authsignal.

Video walk-through of adaptive MFA with Authsignal rules, plus how to reproduce the flow using Postman and the Server API.

<Frame caption="Adaptive MFA overview">
  <iframe width="100%" height="400" src="https://www.loom.com/embed/f11fd99512cc464ab0e9a40aa7870e97" title="Adaptive MFA overview" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; fullscreen" allowFullScreen />
</Frame>

<Note>
  To follow along with **Postman**, see [API testing using Postman](/knowledge-base/testing/postman) for importing the Server API from OpenAPI and setting `baseUrl`, `secretKey`, and `userId`.

  This walk-through uses these **Server API** endpoints:

  * [Enroll verified authenticator](/api-reference/server-api/enroll-verified-authenticator) — `POST /users/{userId}/authenticators`
  * [Track action](/api-reference/server-api/track-action) — `POST /users/{userId}/actions/{action}`
  * [Validate action](/api-reference/server-api/validate-action) — `POST /validate`
  * [Get action](/api-reference/server-api/get-action) — `GET /users/{userId}/actions/{action}/{idempotencyKey}`
</Note>

See also the [Adaptive MFA](/actions-rules/rules/adaptive-mfa) guide.
