Federated Authentication Configuration
- OAuth 2.0 authentication for programmatic access to Cloud Manager is available as a Preview feature.
- The feature and the corresponding documentation might change at any time during the Preview period. To use OAuth 2.0 authentication, create a service account to use in your requests to the Cloud Manager Public API.
Use the following endpoints to return, add, edit, and remove federation-related features such as role mappings and connected organization configurations.
Base URL: https://cloud.mongodb.com/api/public/v1.0
Endpoints
Method | Endpoint | Description |
---|---|---|
| Return the federated authentication configuration for one organization. | |
| Return all connected organizations for a federated authentication configuration. | |
| Return one connected organization for a federated authentication configuration. | |
| Update one connected organization for a federated authentication configuration. | |
| Remove one organization from the specified federation. | |
| Return all role mappings from the specified organization in the specified federation. | |
| Return one role mapping from the specified organization in the specified federation. | |
| Return all identity providers for a federated authentication configuration. | |
| Return one identity provider for a federated authentication configuration. | |
| Return the contents of the SAML metadata XML file for the specified identity provider in the specified federation. | |
| Remove one role mapping from the specified organization in the specified federation. | |
| Remove one federation and all associated data, including the identity providers and domains that the federation describes. |