Skip to main content

CTS Registration & Authentication

RMS supports Subscribers registering for/being issued a CTS (digital certificate) and confirming signatures via 2 methods:

  1. Native Device Authentication — register/issue a CTS and confirm signing directly on the INTRUSTCA MOBILE APP (eKYC in the app, signing confirmation, with the option to keep a session via biometric authentication).
  2. PIN Code Authentication — register/issue a CTS via the Portal (web), confirm signing by entering a PIN code along with the signing request.

Terminology

TermMeaning
CTSDigital Certificate
CKSDigital Signature
RMS (Remote Signing)Remote Signing
SubscriberThe end-user using/subscribing to the provider's service
eKYCIdentifying the Subscriber via electronic means
PORTALThe information channel supporting Subscribers in submitting CTS issuance applications and managing their CTS (https://rmsportal.intrustdss.vn) — used in the PIN Code Authentication method
MOBILE APP (INTRUSTCA)The mobile app of the public CKS service provider, supporting eKYC for CTS issuance and signing confirmation — used in the Native Device Authentication method
DSS-MDSThe CTS management application of the DSS provider
CoreCAThe core system that processes eKYC, OTP, and CTS issuance
Partner's internal application (ERP/CRM/HIS, etc.)The internal management application of the connecting organization (Partner)
SDK (Software Development Kit)A library that supports the integration
API (Application Programming Interface)A standard communication protocol for connecting applications

Comparing the 2 methods

CriteriaNative Device AuthenticationPIN Code Authentication
CTS registration/issuanceDirectly on the INTRUSTCA MOBILE APP (eKYC in the app)Via the Portal (web), application reviewed by email
Confirmation when signingConfirm on the INTRUSTCA MOBILE APP, with the option to keep a session (biometric authentication)Enter a PIN code along with the sign request
Related APIslogin, sign (without pinCode)login, sign (is_use_pin_code + pinCode)
API ReferenceAPI Reference — Native DeviceAPI Reference — PIN Code
CTS registration/issuance detailsSee details →See details →

Once the CTS has been issued (via either of the 2 methods above), the Partner calls the RMS API to perform the signing operation via the common flow — see Integration Flow.

API/SDK Integration Resources

The Partner can choose to integrate via API or SDK, applicable to both authentication methods above: