OIDC logo

OIDC

OpenID Connect (OIDC) is an identity layer built on top of OAuth 2.0 that enables clients to verify the identity of end-users based on authentication performed by an authorization server. It provides a standardized way to obtain basic profile information about users through RESTful endpoints including discovery, authorization, token, userinfo, and JWKS.

1 APIs 0 Features
AuthenticationIdentityJWTOAuthOIDCOpenID Connect

APIs

OpenID Connect API

Core OpenID Connect API endpoints for authentication and identity, including discovery, authorization, token exchange, and user information.

Resources

🔗
Website
Website
🔗
Documentation
Documentation
🔗
Reference
Reference

Sources

Raw ↑
aid: oidc
name: OIDC
description: >-
  OpenID Connect (OIDC) is an identity layer built on top of OAuth 2.0 that
  enables clients to verify the identity of end-users based on authentication
  performed by an authorization server. It provides a standardized way to
  obtain basic profile information about users through RESTful endpoints
  including discovery, authorization, token, userinfo, and JWKS.
type: Index
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
tags:
  - Authentication
  - Identity
  - JWT
  - OAuth
  - OIDC
  - OpenID Connect
url: https://raw.githubusercontent.com/api-evangelist/oidc/refs/heads/main/apis.yml
created: '2025-01-01'
modified: '2026-04-28'
specificationVersion: '0.19'
apis:
  - aid: oidc:openid-connect
    name: OpenID Connect API
    description: >-
      Core OpenID Connect API endpoints for authentication and identity,
      including discovery, authorization, token exchange, and user information.
    humanURL: https://openid.net/specs/openid-connect-core-1_0.html
    tags:
      - Authentication
      - Identity
      - OIDC
    properties:
      - type: Documentation
        url: https://openid.net/specs/openid-connect-core-1_0.html
      - type: OpenAPI
        url: openapi/oidc.yml
common:
  - type: Website
    url: https://openid.net/
  - type: Documentation
    url: https://openid.net/developers/specs/
  - type: Reference
    url: https://openid.net/specs/openid-connect-core-1_0.html
maintainers:
  - FN: Kin Lane
    email: [email protected]