OAuth 2.0

OAuth 2.0

📖 定义

OAuth 2.0 is an industry-standard authorization framework that allows third-party applications to access user resources with user authorization without sharing user credentials. It defines various authorization flows such as authorization code, implicit, password, and client credentials.

🔗 在 Higress 中的应用

Higress supports OAuth 2.0 token verification, can integrate with enterprise identity providers, and implements unified authorization control at the gateway layer.

💡 示例

  • 1 Authorization code mode is suitable for web applications
  • 2 Client credentials mode is used for inter-service authentication
  • 3 OAuth 2.0's scope controls access permission range

🔄 相关术语

常见问题

OAuth 2.0 是什么?
OAuth 2.0 is an industry-standard authorization framework that allows third-party applications to access user resources with user authorization without sharing user credentials. It defines various authorization flows such as authorization code, implicit, password, and client credentials.
Higress 如何支持 OAuth 2.0?
Higress supports OAuth 2.0 token verification, can integrate with enterprise identity providers, and implements unified authorization control at the gateway layer.

深入了解 Higress

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