Federated Authentication Configuration
Use the following endpoints to return, add, edit, and remove federation-related features such as role mappings and connected organization configurations.
https://cloud.mongodb.com/api/atlas/v1.0
Endpoints
Method | Endpoint | Description |
---|---|---|
GET | Return one role mapping from the specified organization in the
specified federation. | |
GET | Return all role mappings from the specified organization in the
specified federation. | |
POST | Add one role mapping to the specified organization in the
specified federation. | |
PUT | Update one role mapping in the specified organization of the
specified federation. | |
DELETE | Remove one role mapping from the specified organization in the
specified federation. | |
GET | Return one connected organization for a federated authentication
configuration. | |
GET | Return all connected organizations for a federated
authentication configuration. | |
DELETE | Remove one organization from the specified federation. | |
PATCH | Update one connected organization for a federated authentication
configuration. | |
GET | Return the federated authentication configuration for one
organization. | |
DELETE | Remove one federation and all associated data, including the
identity providers and domains that the federation describes. | |
GET | Return all identity providers for a federated authentication
configuration. | |
GET | Return one identity provider for a federated authentication
configuration. | |
PATCH | Update one identity provider for a federated authentication
configuration. | |
GET | Return the contents of the SAML metadata XML file for the specified
identity provider in the specified federation. |