---
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.

---

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