OpenID Connect (OIDC) authentication reference. Identity layer on OAuth 2.0. Covers Authorization Code + PKCE flow step by step, ID Token JWT claims, UserInfo endpoint, discovery, Python authlib and Node.js openid-client implementations, and JWT validation.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add bytesagain/ai-skills --skill oidc --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Oidc?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bytesagain-oidc)More formats (shields.io, HTML) on the badges page.
---
name: oidc
version: 1.0.0
description: >
OpenID Connect (OIDC) authentication reference. Identity layer
on OAuth 2.0. Covers Authorization Code + PKCE flow step by step,
ID Token JWT claims, UserInfo endpoint, discovery, Python authlib
and Node.js openid-client implementations, and JWT validation.
author: BytesAgain
homepage: https://bytesagain.com
source: https://github.com/bytesagain/ai-skills
tags: [oidc, openid-connect, oauth, authentication, jwt, sso]
---
# OIDC Reference
OpenID Connect authentication.
## Commands
| Command | Description |
|---------|-------------|
| `intro` | Overview, flows, comparison |
| `flows` | Auth Code + PKCE step by step |
| `implement` | Python/Node.js, JWT validation |
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!