I want to modify the token generation on predix and add a specific parameter, what parameters can be added and how to modify it?
Answer by Abhishek.Banthiya@ge.com · Apr 01, 2019 at 10:35 PM
Hi you can add the parameter as payload. As Token consist of header,payload & signature. You can save token as variable, then add your additional data in payload and send. For Reference:- https://jwt.io/introduction/