SamlSpMetaData
GEThttps://unknown.ap-shanghai.tcb-api.tencentcloudapi.com/auth/v1/saml/sp/metadata/:provider_id
SamlSpMetaData SAML service provider MetaData
Request
Path Parameters
provider_id stringrequired
Responses
- 200
- 401
- default
A successful response.
- application/json
- Schema
- Example (from schema)
Schema
content_type string
The HTTP Content-Type header value specifying the content type of the body.
data byte
The HTTP request/response body as raw binary.
extensions object[]
{
"content_type": "string",
"data": "string",
"extensions": [
{
"@type": "string"
}
]
}
the oauth2.0 access token is not correct or expired
- application/json
- Schema
Schema
- any
An unexpected error response.
- application/json
- Schema
- Example (from schema)
Schema
code int32
message string
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Authorization: http
name: Basictype: httpscheme: basic
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L 'https://unknown.ap-shanghai.tcb-api.tencentcloudapi.com/auth/v1/saml/sp/metadata/:provider_id' \
-H 'Accept: application/json'
ResponseClear