OpenID Connect

Identity layer on top of OAuth 2.0. Agent-readiness for authenticated APIs depends on clear, discoverable OIDC metadata (`/.well-known/openid-configuration`) so agents can negotiate auth without reading prose.

API entry from apis.yml

apis.yml Raw ↑
aid: agent-readiness:openid-connect
name: OpenID Connect
tags:
- Identity
- OAuth
- Agent Readiness
- Standards
humanURL: https://openid.net/connect/
baseURL: https://openid.net/connect/
properties:
- url: https://openid.net/specs/openid-connect-core-1_0.html
  type: Documentation
description: Identity layer on top of OAuth 2.0. Agent-readiness for authenticated APIs depends on clear,
  discoverable OIDC metadata (`/.well-known/openid-configuration`) so agents can negotiate auth without
  reading prose.