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
IDP Parameters · object

This data structure represents a set of SAML identity provider parameters

teamId
integer<int64>

Response

The response is of type object.