curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/aaa/team-saml/v1/configuration \
--header 'Authorization: <api-key>'{
"idpDetails": {
"icon": "<string>",
"name": "<string>"
},
"idpParameters": {
"active": true,
"groupNames": [
"group1"
],
"metadataUrl": "https://<...>.okta.com/app/<...>/sso/saml/metadata",
"teamEntityId": 1234567
},
"spParameters": {
"assertionConsumerServiceUrl": "assertion",
"binding": "binding",
"metadataUrl": "https://<...>.okta.com/app/<...>/sso/saml/metadata",
"nameIdFormat": "name_id",
"signingCertPem": "certificate"
},
"teamId": 123
}No description available
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/aaa/team-saml/v1/configuration \
--header 'Authorization: <api-key>'{
"idpDetails": {
"icon": "<string>",
"name": "<string>"
},
"idpParameters": {
"active": true,
"groupNames": [
"group1"
],
"metadataUrl": "https://<...>.okta.com/app/<...>/sso/saml/metadata",
"teamEntityId": 1234567
},
"spParameters": {
"assertionConsumerServiceUrl": "assertion",
"binding": "binding",
"metadataUrl": "https://<...>.okta.com/app/<...>/sso/saml/metadata",
"nameIdFormat": "name_id",
"signingCertPem": "certificate"
},
"teamId": 123
}API key authentication
This data structure is obtained as a response to a request to retrieve the configuration of a SAML service provider and identity provider
Show child attributes
This data structure represents a set of SAML identity provider parameters
Show child attributes
This data structure represents the parameters of a SAML service provider
Show child attributes
Was this page helpful?