What is the difference between client secret key, Security Key and Agent ID?

What is the difference between Client Secret Key, Security Key and Agent ID?
What is the use of each one of them and where to find them?

3 Likes

Client secret

  1. Client secret act an authentication key between client(Mobile/Web) and vConnect, We can not access any vConnect Service without it.
  2. Client secrets are application level means one Organization can have multiple Application and each Application has a client secret.
  3. Client secrets also used for Service request/response encryption/decryption.
  4. Client secret required to build any web or mobile app.

Security Key and Agent ID

  1. Security Key and Agent ID are VRT level.
  2. These are required for authentication between Vahana Cloud Config and VRT Execution Sync Agent.
  3. Without these key we can not sync our changes from Vahana Cloud config to out VRT Server(redis).
4 Likes