OAuth Providers¶ Returns configured OAuth or OIDC providers available for browser login. Method and path¶ Method: GET Path: /auth/oauth/providers Auth: not required Response¶ { "items": [ { "name": "google" }, { "name": "github" } ] }