Validate JWT token -WSO2 App Manager

Web apps which are published through WSO2 App Manager can get the logged in user information through JWT . Before we write the code to decode the JWT and verify its signature ,it is better to validate that App Manager sends JWT token according to the standard and properly signed.

This can be done by extracting the JWT token from wire log in gateway component and validate in jwt.io. Fore more detail read this post