OAuth 2.0
OAuth 2.0
📖 Definition
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.
🔗 How Higress Uses This
Higress supports OAuth 2.0 token verification, can integrate with enterprise identity providers, and implements unified authorization control at the gateway layer.
💡 Examples
- 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
🔄 Related Terms
❓ FAQ
What is 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.
How does Higress support 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.
Learn More About Higress
Explore more Higress features and best practices