---
title: "List App Services Admin Auth Providers"
method: GET
path: "/auth/providers"
tags: ["admin"]
---

# List App Services Admin Auth Providers

`GET /auth/providers`

## Response `200`

Successfully enumerated available authentication providers.

- BaseAuthProvider[] — An array of authentication providers.
  - `name` string, required — The name of the authentication provider. This value must be the same as the value of `type`.
  - `type` 'anon-user' | 'local-userpass' | 'api-key' | 'oauth2-apple' | 'oauth2-google' | 'oauth2-facebook' | 'custom-token' | 'custom-function', required
  - `disabled` boolean — If `true`, the auth provider is disabled. Users cannot log in through the provider until it is enabled.

## Changes

- **2024-02-20** (v3) `e2240dd053bd` — 1 warning
  - removed the optional property `items/_id` from the response with the `200` status

[Change history](https://skmtc.dev/mongodb/apis/mongodb-atlas-app-services-admin-api/changes/auth/providers/get.md)

---

[API](https://skmtc.dev/mongodb/apis/mongodb-atlas-app-services-admin-api.md) · [All operations](https://skmtc.dev/mongodb/apis/mongodb-atlas-app-services-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mongodb/mongodb-atlas-app-services-admin-api/revisions/1365ab72bc03/schema)
