Reason:
We need to restor some key/value (claims) from application and put it in Headers request.
Scenario:
For example we have an API “test” and for this API we created an Application “testApp” in this application, we have a claims "{“testClaims”: “001”}. So we add a policy “Identify & Authorize” with type JWT. Now we wanted to access to our API with JWT and also restore the claim and put it in Headers in request transformation.
We are using API Gateway advanced edition version 10.11.
The problem is when we get the JWT (without claims) and we pass as a bearer token to invoke the API is working but when we use (with claims) is not working.