Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Verification

Yuichi Morimichi edited this page Sep 14, 2018 · 1 revision

Signed CEK Request Verification

The CEK Request is signed. The SDK has a mechanism to automatically verify this signature.

If you want to debug on the local machine, you can disable this verification.

cek.verifier.signature.enabled: false

Extension ID Verification

The SDK has a mechanism to verify that the ExtensionId is contained in the CEK Request.

cek.verifier.extension-id:
  id: com.example.clova.extension.sample
  enabled: true # default true

If cek.verifier.extension-id.id is not defined, ExtensionId will not be verified.

Clone this wiki locally