Get SAML Metadata
Select
SaaS
Customer Managed
To fetch SAML Service Provider's Metadata.
Path Parameters
- name string required
name of SAML app
Responses
- 200
- 400
- 500
OK
- application/xml
- Schema
Schema
- string
Metadata XML of the SAML app
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...