Set IDP Parameters
POST
https://api.coralogix.com/mgmt/openapi/5/aaa/team-saml/v1/idp_parametersSets the identity provider parameters for SAML.
Authorizations
Authorizationrequired
API key authentication
The value is a Coralogix API key. Create a personal or team API key and assign its permissions.
Request
Body
application/json
- Option 1
- Option 2
- Option 3
params#objectoneOf
object
params.groupNames#string[]
List of group names mapped from the identity provider for role-based access.
params.metadataContent#string
Raw XML content of the identity provider SAML metadata document.
Example:
<?xml version= ...params.metadataUrl#string
URL to the identity provider SAML metadata XML document.
Example:
https://<...>.okta.com/app/<...>/sso/saml/metadataparams.teamEntityId#int64
Coralogix team entity identifier used as the SAML service provider entity ID.
Possible values: >= 0
Example:
1234567Response
application/json
Response returned after successfully setting the identity provider parameters.