Files
authentik/website/docs/core/glossary/terms/id-token.mdx
Dominic R 1b4b50650c website: Fix typos. (#19243)
* website: Fix typos.

* wip
2026-01-08 08:27:37 +00:00

10 lines
410 B
Plaintext

---
title: ID token
sidebar_custom_props:
termName: ID token
tags:
- Tokens And Claims
shortDescription: OIDC token describing the authenticated user.
longDescription: JWT issued by the OpenID Provider describing the authentication event and the end-user (subject). RPs (Relying Party) validate issuer, audience, signature, expiry and the nonce; not intended for API authorization.
---