I am trying to add third party REST API on ION API which uses JWT authentication. When we select JWT Bearer token authentication, I see certain field which I am not familiar with and I think I have not been provided by other third party guys.If anyone knows, how to add JWT information, it will great if you can please share it in this forum.
Field in ION API when we select JWT Bearer token
JWT Header --- is it same as header when we decode the token?
{ "alg": "HS256", "typ": "JWT" }
JWT Payload --- it it same as body when we decode the token?
{ "sub": "1234567890", "name": "John Doe", "admin": true }
Credential Type ---- Key/Secret --- --- not sure how to populate it?
Secret--- --- not sure what it means?