wso2 - API Manager passing JWT to backend service -


A backend service needs to know the user for a service call. Reading through the API 1.6.0 documentation I have configured it to generate JWT and have said that my services have been removed and republished. Running Test, I am not passing Backward Service to JWT in fielders' response headers. I am not using ISB or Identity services from WSO2

What am I missing?

The JWT information should be given in the heading below given the parameter X-JWT-Assertion . Content is encoded Use the TCPMon to block the request and see if the API Manager is actually going through JWT. This will be a good starting point for debug.

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -