> For the complete documentation index, see [llms.txt](https://docs.fortifiedid.se/access/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fortifiedid.se/access/key-components/authenticators.md).

# Authenticators

Overview of authenticators and authentication flow building blocks in Fortified ID Access.

This section introduces the authenticators in Fortified ID Access and shows how they fit together in authentication flows.

Authenticators are the components that perform or coordinate authentication. They can validate credentials directly, control multi-step flows, or manage protocol-specific behavior for standards such as `SAML` and `OIDC`. Together, these building blocks help you create authentication journeys that match your security and user experience requirements.

## Main authenticator areas

<table data-view="cards"><thead><tr><th></th><th data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Introduction</strong><br>The core authenticator model and configuration pattern.</td><td><a href="/access/key-components/authenticators/introduction.md">Introduction</a></td></tr><tr><td><strong>Common configuration</strong><br>Configuration shared by authenticator types.</td><td><a href="/access/key-components/authenticators/common-configuration.md">Common configuration</a></td></tr><tr><td><strong>Web Authenticator API</strong><br>The browser-facing API used by web authenticators.</td><td><a href="/access/key-components/authenticators/web-authenticator-api.md">Web Authenticator API</a></td></tr><tr><td><strong>Flow control</strong><br>Authenticators that coordinate multi-step authentication flows.</td><td><a href="/access/key-components/authenticators/flow-control.md">Flow control</a></td></tr><tr><td><strong>Credential validators</strong><br>Authenticators that validate passwords, eIDs, passkeys, and similar credentials.</td><td><a href="/access/key-components/authenticators/credential-validators.md">Credential validators</a></td></tr><tr><td><strong>Protocol managers</strong><br>Protocol-aware authenticators for standards such as SAML and OIDC.</td><td><a href="/access/key-components/authenticators/protocol-managers.md">Protocol managers</a></td></tr><tr><td><strong>User interface</strong><br>Configuration and usage guidance for the authenticator user interface.</td><td><a href="/access/key-components/authenticators/user-interface.md">User interface</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.fortifiedid.se/access/key-components/authenticators.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
