Skip to main content
Set IDP Parameters
curl --request POST \
  --url https://api.coralogix.com/mgmt/openapi/latest/aaa/team-saml/v1/idp_parameters \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "params": {
    "active": true,
    "groupNames": [
      [
        "group1"
      ]
    ],
    "metadataUrl": "https://<...>.okta.com/app/<...>/sso/saml/metadata",
    "teamEntityId": 1234567
  },
  "teamId": 123
}'
{}

Authorizations

Authorization
string
header
required

API key authentication

Body

application/json

This data structure is used to set the parameters of a SAML identity provider

params
object
required

This data structure represents a set of SAML identity provider parameters

  • IDP Parameters
  • IDP Parameters
teamId
integer
required

Response

The response is of type object.