Algorithm Test

next4biz CSM provides temporary test pages in order to verify the functionality of the algorithms mentioned earlier in this section.

For testing purposes, the pre-shared-key has been fixed to PSK101. After the initial setup of next4biz, a business channel specific PSK will be shared.

Encryption Algorithm Test Pages

In order for Encrypt and Decrypt Methods to be tested by a company, test pages taking nonce and data parameters have been created.

  • http://[virtualpath].next4biz.com/ssotests/encrypt.aspx : Encryption Page.
  • http://[virtualpath].next4biz.com/ssotests/decrypt.aspx : Decryption Page.

Test Pages for creating and encrypting client_id

These pages take email, name, surname parameters and produce client_id_plain and client_id parameters:

  • http://[virtualpath].next4biz.com/ssotests/encodeClientId.aspx : Encryption Page.
  • http://[virtualpath].next4biz.com/ssotests/decodeClientId.aspx : Decryption Page.