mirror of
https://github.com/goauthentik/authentik
synced 2026-04-27 18:07:15 +02:00
10 lines
410 B
Plaintext
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.
|
|
---
|