For the complete documentation index, see llms.txt. Markdown versions of all docs pages are available by appending .md to any docs URL.
OAuth2/OIDC
kgateway has built-in support for the OAuth2 authorization code flow. Point a GatewayExtension at your provider, attach it to a route via TrafficPolicy, and the gateway handles the rest - login redirects, token exchange, and session cookies - without touching your upstream service.
Was this page helpful?