ApiWs Fed
GET
/v1/auth/wsfed/idp/metadata

WS-Federation metadata endpoint for external RP services

curl -X GET "https://api.descope.com/v1/auth/wsfed/idp/metadata"
{  "xml": "string"}
export interface Response {xml?: string}
Was this helpful?