MCP Gateway
ApiAuthentication

List authentication providers

Return configured OAuth providers available for login. Uses database configuration with fallback to environment variables.

GET
/api/v1/auth/providers

Response Body

application/json

curl -X GET "https://loading/api/v1/auth/providers"
[
  {
    "name": "string",
    "display_name": "string",
    "icon": "string"
  }
]