ApiSaml
Query Parameters
app?string
IDP Metadata URL for external SAML services
curl -X GET "https://api.descope.com/v1/auth/saml/idp/metadata"{ "xml": "string"}export interface Response {xml?: string} Was this helpful?
curl -X GET "https://api.descope.com/v1/auth/saml/idp/metadata"{
"xml": "string"
}export interface Response {
xml?: string
}