System Management/Single Sign-On Server Interfaces
GETSingle Sign-On Server InterfacesSince 5.0.0SynchronousAuth Required
Get the Client Secret of an OAuth2 Client
Get the Client Secret of an OAuth2 Client
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Query Parameters
Request Inputs
Path Parameters
uuidStringRequiredOAuth2 client UUID
Query Parameters
systemTagsListSystem tags
userTagsListUser tags
Responses
Endpoint
GET/zstack/v1/oauth2/clients/{uuid}/client-secret
/zstack/v1/oauth2/clients/{uuid}/client-secret
Request Example
curl -X GET 'http://{host}/zstack/v1/oauth2/clients/{uuid}/client-secret?systemTags=<systemTags>&userTags=<userTags>' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "clientSecret": "exampleClientSecret" }Change History
This API has no change history records yet.
