Please select the area the issue is related to
Gateway
Please select the aspect the issue is related to
Aspect/API (API backends, definitions, contracts, interfaces, OpenAPI)
Suggested Feature
Our AI Gateway currently supports only API Key authentication from the Gateway to the LLM. But many LLM providers now expect OAuth2 support.
Add an oauth2 upstream-auth option so the gateway can authenticate to an behind a corporate OAuth2 proxy, etc.) as a confidential client — exchanging credentials for a short-lived access token and injecting it as Authorization: Bearer <token> — instead of only the existing static pre-shared API key.
Related Issues
No response
Steps to Verify
Please select the area the issue is related to
Gateway
Please select the aspect the issue is related to
Aspect/API (API backends, definitions, contracts, interfaces, OpenAPI)
Suggested Feature
Our AI Gateway currently supports only API Key authentication from the Gateway to the LLM. But many LLM providers now expect OAuth2 support.
Add an
oauth2upstream-auth option so the gateway can authenticate to an behind a corporate OAuth2 proxy, etc.) as a confidential client — exchanging credentials for a short-lived access token and injecting it asAuthorization: Bearer <token>— instead of only the existing static pre-shared API key.Related Issues
No response
Steps to Verify