---
title: "List authentication providers in a Atlas App Services App"
method: GET
path: "/groups/{groupId}/apps/{appId}/auth_providers"
tags: ["authproviders"]
---

# List authentication providers in a Atlas App Services App

`GET /groups/{groupId}/apps/{appId}/auth_providers`

List [authentication providers](https://www.mongodb.com/docs/atlas/app-services/authentication/)
within a Atlas App Services App.

## Response `200`

Successfully listed.

- BaseAuthProvider[]
  - `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)
