VerifID Integration

Client registration

When a Client registers with VerifID, the Client shall be registered with the following details:

Parameter Definition
client_id The unique Client identifier, which shall be assigned by VerifID. The value shall not be longer than 128 characters.
secret The secure Client secret, which shall be assigned by VerifID. The value shall not be longer than 128 characters. The Client must protect this secret to ensure it is not disclosed.
redirect_uris A list of all values permitted for the redirect_uri parameter in the Verification request. Each value must not be longer than 255 characters. Each redirect_uri value must be a https:// endpoint, with plaintext http:// endpoints explicitly disallowed in all environments.

Please refer to Connecting with VerifID for details on how to securely undertake Client registration.