# Awesome OpenID Connect — OIDC Providers & SDKs > Awesome OpenID Connect is a CC0 index of OIDC providers, libs, and learning links—handy when you need OAuth/OIDC choices for agent tools (110★). ## Install Copy the content below into your project: ## Quick Use ```bash gh repo clone cerberauth/awesome-openid-connect cd awesome-openid-connect rg -n "node-oidc" README.md rg -n "Keycloak|Okta|Entra" README.md ``` ## Intro Awesome OpenID Connect is a CC0 index of OIDC providers, libs, and learning links—handy when you need OAuth/OIDC choices for agent tools (110★). **Best for:** Builders adding secure login to agent tools (MCP servers, dashboards, internal apps) who need a fast shortlist of OIDC options **Works with:** GitHub (clone/fork), local search tools, and your existing auth stack; use it as a reference during architecture decisions **Setup time:** 3-12 minutes ## Main - **Provider shortlist**: lists many real-world OIDC providers (open source and SaaS) so you can compare by ecosystem quickly. - **Library coverage**: includes SDKs and reference implementations (Node, .NET, Java, etc.), useful when integrating into agent backends. - **Security context**: links to OIDC/OAuth learning resources so teams can align on flows before shipping. - **Pairs well with MCP auth**: when your MCP server needs OAuth/OIDC, this helps you pick a provider/library combination faster. ### FAQ - **Is this a library?**: No. It is a curated index. You still install the specific provider or SDK you choose. - **How do I use it effectively?**: Search by your language/runtime first, then shortlist providers that match your deployment model. - **What is a quick sanity check?**: Prefer entries with active maintenance and clear documentation; then validate with your threat model. ## Source & Thanks > Source: https://github.com/cerberauth/awesome-openid-connect > License: CC0-1.0 > GitHub stars: 110 · forks: 22 --- ## Quick Use ```bash gh repo clone cerberauth/awesome-openid-connect cd awesome-openid-connect rg -n "oidc" README.md rg -n "Keycloak|Okta|Entra" README.md ``` ## Intro Awesome OpenID Connect 是 CC0 的 OIDC 资料索引:收录 Provider、SDK 与学习链接,适合在做 agent 工具登录/授权时快速对比方案(110★)。 **Best for:** 给 agent 工具(MCP server/仪表盘/内部应用)加安全登录的人:需要快速对比 OIDC Provider/SDK 选型 **Works with:** GitHub(clone/fork)、本地搜索工具与现有鉴权栈;把它当作架构选型时的参考清单 **Setup time:** 3-12 minutes ## Main - **Provider 选型清单**:收录开源与 SaaS 的 OIDC Provider,便于按生态快速对比。 - **库与实现覆盖**:包含多语言 SDK/参考实现(Node/.NET/Java 等),适合 agent 后端集成。 - **安全学习链接**:提供 OIDC/OAuth 学习资源,帮助团队在上线前统一流程认知。 - **与 MCP 鉴权天然契合**:当 MCP server 需要 OAuth/OIDC 时,用它更快确定 Provider+库的组合。 ### FAQ - **这是库吗?**: 不是。它是索引清单;你需要再去安装你选择的 Provider 或 SDK。 - **怎么用才高效?**: 先按语言/运行时筛一轮,再按部署模式(自托管或 SaaS)做 shortlist。 - **怎么快速做可靠性检查?**: 优先选维护活跃、文档清晰的条目,再结合你的威胁模型做验证。 ## Source & Thanks > Source: https://github.com/cerberauth/awesome-openid-connect > License: CC0-1.0 > GitHub stars: 110 · forks: 22 --- Source: https://tokrepo.com/en/workflows/awesome-openid-connect-oidc-providers-sdks Author: AI Open Source