POST
/oauth2/revoke
application/x-www-form-urlencoded
POST /oauth2/revoke HTTP/1.1Host: sample.portal.tencentciam.comContent-Type: application/x-www-form-urlencodedclient_id=TENANT_CLIENT_ID&client_secret=TENANT_CLIENT_SECRET&token=MOCK_ACCESS_TOKEN
Parameter | No | Description |
client_id | false | The application's client_id. It must match the one used when authorization and tokens are obtained. |
client_secret | false | The application's client_secret. You can view it on the Application Basic Information page of the tenant management platform. |
token | false | The value of the access_token or refresh_token. |
HTTP/1.1 200 OK
HTTP/1.1 401 UnauthorizedContent-Type: application/json;charset=UTF-8{"error" : "invalid_client"}
피드백