Skip to main content

Set IDP Parameters

POSThttps://api.coralogix.com/mgmt/openapi/5/aaa/team-saml/v1/idp_parameters

Sets the identity provider parameters for SAML.

Authorizations

Authorizationstringheaderrequired
API key authentication

Request

Body

application/json
    params#objectoneOf
    object
    params.active#boolean

    Whether SAML SSO is currently active for this team.

    Example: true
    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/metadata
    params.teamEntityId#int64

    Coralogix team entity identifier used as the SAML service provider entity ID.

    Possible values: >= 0

    Example: 1234567
    teamId#int64

    Team identifier.

    Possible values: >= 0

Response

application/json

Response returned after successfully setting the identity provider parameters.