OpenID Connect

OpenID Connect

📖 定义

OIDC is an identity authentication protocol based on OAuth 2.0, adding an identity layer on top of the OAuth authorization flow. It provides a standardized way to obtain user information and is the foundation of modern Single Sign-On (SSO).

🔗 在 Higress 中的应用

Higress supports OIDC authentication, can integrate with identity providers such as Keycloak and Auth0, and implements enterprise-grade single sign-on.

💡 示例

  • 1 OIDC's ID Token contains user identity information
  • 2 UserInfo Endpoint provides user detailed information
  • 3 Enterprises achieve unified employee login through OIDC

🔄 相关术语

常见问题

OpenID Connect 是什么?
OIDC is an identity authentication protocol based on OAuth 2.0, adding an identity layer on top of the OAuth authorization flow. It provides a standardized way to obtain user information and is the foundation of modern Single Sign-On (SSO).
Higress 如何支持 OpenID Connect?
Higress supports OIDC authentication, can integrate with identity providers such as Keycloak and Auth0, and implements enterprise-grade single sign-on.

深入了解 Higress

探索更多 Higress 的功能和最佳实践