Skip to main content

Get SAML Configuration

GEThttps://api.coralogix.com/mgmt/openapi/5/aaa/team-saml/v1/configuration

Returns the current SAML configuration for the team.

Authorizations

Authorizationstringheaderrequired
API key authentication

Request

Query Parameters

    team_id# int64

    Possible values: >= 0

    The unique identifier of the team whose SAML configuration to retrieve.

Response

application/json

This data structure is obtained as a response to a request to retrieve the configuration of a SAML service provider and identity provider

    Idp details.

    idpParameters#objectoneOf
    object
    idpParameters.active#boolean

    Whether SAML SSO is currently active for this team.

    Example: true
    idpParameters.groupNames#string[]

    List of group names mapped from the identity provider for role-based access.

    idpParameters.metadataContent#string

    Raw XML content of the identity provider SAML metadata document.

    Example: <?xml version= ...
    idpParameters.metadataUrl#string

    URL to the identity provider SAML metadata XML document.

    Example: https://<...>.okta.com/app/<...>/sso/saml/metadata
    idpParameters.teamEntityId#int64

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

    Possible values: >= 0

    Example: 1234567
    teamId#int64

    The team id.

    Possible values: >= 0