All Products
Search
Document Center

Marketplace:Verify

Last Updated:Dec 01, 2025

Alibaba Cloud Marketplace calls this operation to log on to the back-end system of the independent software vendor (ISV) without authentication.

After an SaaS instance is produced, a customer may need to log on to the back-end system of the ISV without authentication. Alibaba Cloud Marketplace uses the value of the authUrl field in the appInfo parameter returned by the createInstance operation and the request parameters of the verify operation to assemble a URL for logging on to the back-end system without authentication. After the ISV receives the verify request URL, the ISV verifies that the token is valid and the timestamp meets the constraints. Then, the ISV allows the customer to log on to the back-end system without authentication.

Request parameters

Parameter

Required

Type

Description

action

Yes

String

The operation that you want to perform. Set the value to verify.

instanceId

Yes

String

The ID of the SaaS instance.

timeStamp

Yes

String

The current time, in the yyyy-MM-dd HH:mm:ss format.

token

Yes

String

The token for security verification.

Sample requests

http://example.aliyundoc.com?token=920704d52c2f0db89fd5d472f2819ec3&action=verify&instanceId=1&timeStamp=2013-01-01 01:01:01