> For the complete documentation index, see [llms.txt](https://docs.fortifiedid.se/modules/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/modules/all-modules.md).

# All Modules

<table><thead><tr><th>Module</th><th width="160">Latest version</th></tr></thead><tbody><tr><td><strong>Audit</strong><br>Receives and persists audit events from internal clients. Provides a tamper-evident record of data changes performed via pipes.</td><td><a href="https://docs.fortifiedid.se/audit"><strong>2026.16</strong></a></td></tr><tr><td><strong>AuthN</strong><br>Managing authenticators; web components performing authentication.</td><td><a href="https://docs.fortifiedid.se/authn"><strong>2026.42</strong></a></td></tr><tr><td><strong>CEF</strong><br>Receives log event messages and forwards them to the configured output in CEF format.</td><td><a href="https://docs.fortifiedid.se/cef"><strong>2026.16</strong></a></td></tr><tr><td><strong>Entra ID</strong><br>Module for Entra ID communication. Use in conjunction with specialised Entra ID valves.</td><td><a href="https://docs.fortifiedid.se/entraid"><strong>2026.10</strong></a></td></tr><tr><td><strong>HttpClient</strong><br>Platform module for application outbound HTTP requests.</td><td><a href="https://docs.fortifiedid.se/httpclient"><strong>2026.16</strong></a></td></tr><tr><td><strong>IDP Discovery Service</strong><br>Directs users to their respective Identity Providers (IDPs) to enable single sign-on (SSO).</td><td><a href="https://docs.fortifiedid.se/idp-discovery-service"><strong>3.6.0</strong></a></td></tr><tr><td><strong>InformationEndpoint</strong><br>Simple HTTP endpoint for serving information pages to end users.</td><td><a href="https://docs.fortifiedid.se/information-endpoint"><strong>2026.16</strong></a></td></tr><tr><td><strong>JdbcClient</strong><br>Manages connections and access to JDBC-compatible databases (RDBMS).</td><td><a href="https://docs.fortifiedid.se/jdbcclient"><strong>2026.16</strong></a></td></tr><tr><td><strong>LdapClient</strong><br>Manages connections and access to LDAP directory services.</td><td><a href="https://docs.fortifiedid.se/ldapclient"><strong>2026.16</strong></a></td></tr><tr><td><strong>MobileServer</strong><br>Server-side HTTP API for MobileID. Should not be exposed to the internet.</td><td><a href="https://docs.fortifiedid.se/mobile_server"><strong>1.1.26</strong></a></td></tr><tr><td><strong>Node</strong><br>For deploying (starting) &#x26; un-deploying (stopping) a group of modules to form an application.</td><td><a href="https://docs.fortifiedid.se/node"><strong>2026.16</strong></a></td></tr><tr><td><strong>Pipes</strong><br>Executes an ordered sequence of valves, inspired by the Unix pipe concept.</td><td><a href="https://docs.fortifiedid.se/pipes"><strong>2026.31</strong></a></td></tr><tr><td><strong>RadiusClient</strong><br>Sends RADIUS Access-Request messages to a RADIUS server over PAP/UDP or RadSec (TCP+TLS). Supports multi-step Challenge/Response flows.</td><td><a href="https://docs.fortifiedid.se/radiusclient"><strong>2026.16</strong></a></td></tr><tr><td><strong>Resources</strong><br>Publishes static content from the local filesystem over HTTP.</td><td><a href="https://docs.fortifiedid.se/resources"><strong>2026.16</strong></a></td></tr><tr><td><strong>SMTP</strong><br>Platform module for application outbound SMTP requests.</td><td><a href="https://docs.fortifiedid.se/smtp"><strong>2026.16</strong></a></td></tr><tr><td><strong>Tokens</strong><br>Validates Web Authentication (WebAuthn) assertions and OATH tokens.</td><td><a href="https://docs.fortifiedid.se/tokens"><strong>2026.4</strong></a></td></tr><tr><td><strong>WorkOrders</strong><br>Work orders database</td><td><a href="https://docs.fortifiedid.se/workorders"><strong>2026.2</strong></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/modules/all-modules.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.
