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

## 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/groups/:groupId/apps/:appId/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)
