---
title: "Changes to Create an authentication provider"
method: POST
path: "/groups/{groupId}/apps/{appId}/auth_providers"
---

# Changes to Create an authentication provider

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

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 1 of 50 revisions.

- **2024-02-20** (v3) `e2240dd053bd` — 2 breaking, 8 warning, 2 info

## Changes

- **2024-02-20** (v3) `e2240dd053bd` — 2 breaking, 8 warning, 2 info
  - the `name` request property const value changed from `anonymous` to `anon-user`
  - the `type` request property const value changed from `anonymous` to `anon-user`
  - removed the request property `anyOf[#/components/schemas/AnonymousAuthProvider]/allOf[#/components/schemas/BaseAuthProvider]/_id`
  - removed the request property `anyOf[#/components/schemas/ApiKeyAuthProvider]/allOf[#/components/schemas/BaseAuthProvider]/_id`
  - removed the request property `anyOf[#/components/schemas/AppleAuthProvider]/allOf[#/components/schemas/BaseAuthProvider]/_id`
  - removed the request property `anyOf[#/components/schemas/CustomFunctionAuthProvider]/allOf[#/components/schemas/BaseAuthProvider]/_id`
  - removed the request property `anyOf[#/components/schemas/CustomJwtAuthProvider]/allOf[#/components/schemas/BaseAuthProvider]/_id`
  - removed the request property `anyOf[#/components/schemas/EmailPasswordAuthProvider]/allOf[#/components/schemas/BaseAuthProvider]/_id`
  - removed the request property `anyOf[#/components/schemas/FacebookAuthProvider]/allOf[#/components/schemas/BaseAuthProvider]/_id`
  - removed the request property `anyOf[#/components/schemas/GoogleAuthProvider]/allOf[#/components/schemas/BaseAuthProvider]/_id`
  - added `#/components/schemas/AuthProviderConstructor, subschema #1` to the response body `allOf` list for the response status `201`
  - removed `#/components/schemas/AnonymousAuthProvider, #/components/schemas/EmailPasswordAuthProvider, #/components/schemas/ApiKeyAuthProvider, #/components/schemas/CustomJwtAuthProvider, #/components/schemas/CustomFunctionAuthProvider, #/components/schemas/AppleAuthProvider, #/components/schemas/GoogleAuthProvider, #/components/schemas/FacebookAuthProvider` from the response body `anyOf` list for the response status `201`

---

[Operation](https://skmtc.dev/mongodb/apis/mongodb-atlas-app-services-admin-api/docs/groups/:groupId/apps/:appId/auth_providers/post.md) · [API](https://skmtc.dev/mongodb/apis/mongodb-atlas-app-services-admin-api.md) · [Page](https://skmtc.dev/mongodb/apis/mongodb-atlas-app-services-admin-api/changes/groups/:groupId/apps/:appId/auth_providers/post)
