A custom JWT generator for WSO2 products.
This is created to remove tenant info from the "sub" claim like below...
[email protected] -> admin
This repository contains the source code of the Custom JWT Token Generator with the above feature which is used as sample in the following article:
https://docs.wso2.com/display/AM260/Passing+Enduser+Attributes+to+the+Backend+Using+JWT
It is just needed to build the project using maven:
mvn clean package