JWT Public Key
Telcoflow uses JSON Web Token (see JWT) to authenticate SIP users for each command. Developers must provide the public key corresponding to the private key used to sign the JWT.
Public keys can be uploaded in the JWT Public Key section under the created Project. Telcoflow stores up to 3 most recent public keys to assist seamless key rotation.
JWT Public Key Format
Telcoflow expects JWT public keys in PEM format. Sample JWT public key as below
-----BEGIN PUBLIC KEY-----
MIIBOQIBAAJAXWRPQyGlEY+SXz8Uslhe+MLjTgWd8lf/nA0hgCm9JFKC1tq1S73c
Q9naClNXsMqY7pwPt1bSY8jYRqHHbdoUvwIDAQABAkAfJkz1pCwtfkig8iZSEf2j
VUWBiYgUA9vizdJlsAZBLceLrdk8RZF2YOYCWHrpUtZVea37dzZJe99Dr53K0UZx
AiEAtyHQBGoCVHfzPM//a+4tv2ba3tx9at+3uzGR86YNMzcCIQCCjWHcLW/+sQTW
OXeXRrtxqHPp28ir8AVYuNX0nT1+uQIgJm158PMtufvRlpkux78a6mby1oD98Ecx
jp5AOhhF/NECICyHsQN69CJ5mt6/R01wMOt5u9/eubn76rbyhPgk0h7xAiEAjn6m
EmLwkIYD9VnZfp9+2UoWSh0qZiTIHyNwFpJH78o=
-----END PUBLIC KEY-----