Skip to main content

Create a VASCO credential

POST 

/nevisidm/api/core/v1/:clientExtId/vasco

Since: 8.2605.0, 9.2605.0

Required permission(s): AccessControl.CredentialCreate,AccessControl.CredentialView

Creates a new VASCO Digipass token credential within the given client.

The request must include at least one Digipass token data block in vascoTokens. Each token entry must specify a unique authMode (e.g. "CR", "RO") and the corresponding Base64-encoded Digipass data block. If policyExtId is provided, the referenced policy must exist and be of type VascoPolicy. If omitted, the default VASCO policy for the client is applied.

The credential is created in an unassigned state. To assign the credential to a user, use User REST service's dedicated endpoint. The extId field is optional. If not provided, an external ID is generated automatically. The created credential is returned in the response body, and its URL is included in the Location header.

Request

Responses

VASCO credential created successfully

Response Headers
    Location

    URL of the created resource