Skip to main content

16 docs tagged with "oidc"

View all tags

ID Token

OpenID Connect Core 1.0 incorporating errata set 2 - ID Token

OpenID Connect Token Request

The Token Endpoint is a crucial part of the OIDC and OAuth 2.0 flows. Unlike the Authorization Endpoint, which is accessed through the user's browser (front-channel), the Token Endpoint is designed for secure, direct, server-to-server communication (back-channel).

OpenID Connect UserInfo Request

The UserInfo Endpoint is a protected resource hosted by the OpenID Provider (OP). Its purpose is to return claims about the authenticated user, such as their name, email address, or profile picture.

Scopes In OpenID Connect

Scopes in OpenID Connect are values used during authentication to specify which user data a client application wants to access.