This content applies to WaaS 1.0 only. We highly recommend that you upgrade to WaaS 2.0.
- During TSS Node initialization, the TSS Node and the callback server will each generate and configure a RSA private/public key pair
- When the TSS Node receives a task, it will construct CallbackRequest and generate the JWT token using its RSA private key
- The TSS Node will send a request to the callback server via the HTTP POST method
- The callback server will validate the JWT signature using the TSS Node’s RSA public key
- The callback server will construct CallbackRequest and sign it using its RSA private key before sending the JWT back to the TSS Node
- Once the TSS Node receives the HTTP response, it will validate the JWT signature using the callback server’s RSA public key
- Once validated, the TSS Node will execute or reject the task based on the response from the callback server
To get started with the TSS Node callback mechanism, please refer to the following steps:
- Callback Server Requirements
- Callback Server Configuration
- TSS Node Configuration
- TSS Node & Callback Server Startup
