If I already have a secret key provided by the authenticator app to sign the JWT, how can I set it in the JWT forget component to sign the JWT?
Hi @Shashwat Verma,
I think you can use one of the use cases provided in "Generate a JSON Web Token (JWT)" at documentation of asset.
https://www.outsystems.com/forge/component-documentation/1853/jwt-o11/0
Hope this can help you.
Hi @Shashwat Verma
You must set the secret key inside the structure: JWT_Sign_Config -> SecretKey and pass this config to JWT_Sign action.