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
- Client secret act an authentication key between client(Mobile/Web) and vConnect, We can not access any vConnect Service without it.
- Client secrets are application level means one Organization can have multiple Application and each Application has a client secret.
- Client secrets also used for Service request/response encryption/decryption.
- Client secret required to build any web or mobile app.
Security Key and Agent ID
- Security Key and Agent ID are VRT level.
- These are required for authentication between Vahana Cloud Config and VRT Execution Sync Agent.
- Without these key we can not sync our changes from Vahana Cloud config to out VRT Server(redis).
4 Likes