API Authentication & Authorization Flows
Explanation of the security handshake between APISIX API Gateway and Keycloak to secure ExpertFlow CX endpoints.
The Security Handshake
-
Request: Client sends a request with a Bearer Token.
-
Verification: APISIX validates the token signature with Keycloak.
-
Policy Enforcement: APISIX checks the user's roles and scopes against the requested resource.
-
Response: Access is granted or a
403 Forbiddenis returned.
Metadata: * Audience: developer * Doc-Type: explanation * Status: refactored