Has anyone successfully used JWT (JSON Web Token) to integrate with another system? Is Appian able to decode a JWT? It is necessary to use a plugin? I found this plugin https://community.appian.com/b/appmarket/posts/jwt-web-token-tools in the app market and I think that with the decodeJWT function I can achieve this. Can someone confirm this please?
Discussion posts and replies are publicly visible
Sure. The JWT tools plugin should get you started. For me, the actual implementation was always a longer trial and error as it seems like everybody creates JWT tokens in a different way.
Thanks Stefan! I will recommend them the use of this plugin.