List SSO providers
documentedList all registered SSO providers.
GET /admin/sso/providersAdminno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.supabase.com/auth/v1/admin/sso/providers" \
-X GET \
-H "Accept: application/json" \
-H "Authorization: Bearer {{SUPABASE_API_KEY}}" \
-H "APIKey: {{SUPABASE_API_KEY}}" \
-H "Content-Type: application/json"