> 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/modules/oidc.md).

# OIDC

Overview of OIDC and its related capabilities in Fortified ID Access.

This section describes the different ways that **Fortified ID Access** supports **OIDC**. Click on any of the subcategories to read more depending on what you want to do.

If you are configuring Fortified ID Access as an OIDC **OpenID Provider (OP)**, the [Relying Party](/access/key-components/modules/oidc/relying-party.md) section also covers per-application settings such as token claims, pipe integration and app-specific authorization.

<figure><img src="https://content.gitbook.com/content/rgBDaXqun2PdSBf0pgQt/blobs/3uHTvzT8rmLjTCuVhnTM/oidc.png" alt="OpenID Connect logo"><figcaption><p>OpenID Connect capabilities in Fortified ID Access</p></figcaption></figure>

## Explore this section

<table data-view="cards"><thead><tr><th></th><th data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>OIDC module</strong><br>Acts as an OpenID Connect Provider.</td><td><a href="/access/key-components/modules/oidc/oidc-module.md">OIDC module</a></td></tr><tr><td><strong>OIDC signing keys</strong><br>Configuration and behavior for OIDC signing keys, JWKS publication, and key rotation.</td><td><a href="/access/key-components/modules/oidc/signing-keys.md">OIDC signing keys</a></td></tr><tr><td><strong>Device Authorization Flow</strong><br>OAuth 2.0 Device Authorization Flow support in the OIDC module.</td><td><a href="/access/key-components/modules/oidc/device-authorization-flow.md">Device Authorization Flow</a></td></tr><tr><td><strong>OpenID Configuration endpoint</strong><br>Returns OpenID Connect metadata.</td><td><a href="/access/key-components/modules/oidc/openid-configuration-endpoint.md">OpenID Configuration endpoint</a></td></tr><tr><td><strong>JWKS endpoint</strong><br>Returns the JSON Web Key Set containing the public keys used to verify token signatures.</td><td><a href="/access/key-components/modules/oidc/jwks-endpoint.md">JWKS endpoint</a></td></tr><tr><td><strong>Authorization endpoint</strong><br>This is the starting point for OpenID Connect flows.</td><td><a href="/access/key-components/modules/oidc/authorization-endpoint.md">Authorization endpoint</a></td></tr><tr><td><strong>Token endpoint</strong><br>Overview of Token endpoint and its related capabilities in Fortified ID Access.</td><td><a href="/access/key-components/modules/oidc/token-endpoint.md">Token endpoint</a></td></tr><tr><td><strong>User info endpoint</strong><br>Returns information about the authenticated user.</td><td><a href="/access/key-components/modules/oidc/user-info-endpoint.md">User info endpoint</a></td></tr><tr><td><strong>Introspection endpoint</strong><br>The introspection endpoint provides a way to validate mainly access tokens (active/inactive) and retrieve their associated claims, such as scopes, subject, expiration time, and client information.</td><td><a href="/access/key-components/modules/oidc/introspection-endpoint.md">Introspection endpoint</a></td></tr><tr><td><strong>End session endpoint</strong><br>Logout endpoint to terminate the user session.</td><td><a href="/access/key-components/modules/oidc/end-session-endpoint.md">End session endpoint</a></td></tr><tr><td><strong>Relying Party</strong><br>Configuration and usage guidance for Relying Party in Fortified ID Access.</td><td><a href="/access/key-components/modules/oidc/relying-party.md">Relying Party</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/modules/oidc.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.
