ApiSaml
GET
/v1/auth/saml/idp/metadata

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?