We are trying to fetch access token in order to integrte with gmail. To get the access token, we need JWT, which comprises of header, claim set and signature. The header and claim set part are clear. Can anyone help to understand how to compute this signature in appian? Is there any plugin available in the market?
Discussion posts and replies are publicly visible
Yes these is you can decode jwt and encode with jwt sign fuction, there will a plugin for the same