curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/aaa/team-saml/v1/sp_parameters \
--header 'Authorization: <api-key>'{
"params": {
"assertionConsumerServiceUrl": "assertion",
"binding": "binding",
"metadataUrl": "https://<...>.okta.com/app/<...>/sso/saml/metadata",
"nameIdFormat": "name_id",
"signingCertPem": "certificate"
}
}No description available
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/aaa/team-saml/v1/sp_parameters \
--header 'Authorization: <api-key>'{
"params": {
"assertionConsumerServiceUrl": "assertion",
"binding": "binding",
"metadataUrl": "https://<...>.okta.com/app/<...>/sso/saml/metadata",
"nameIdFormat": "name_id",
"signingCertPem": "certificate"
}
}API key authentication
1234567
This data structure is obtained as a response to a request to retrieve the parameters of a SAML service provider
This data structure represents the parameters of a SAML service provider
Show child attributes
Was this page helpful?