35
Views
2
Comments
[JWT] Secret Key for signing the JWT
Question
jwt
Service icon
Forge asset by João Almeida
Application Type
Service

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?

2020-01-15 15-27-27
Lucas Carvalho Miranda

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.


2025-07-22 10-30-27
Mandar Deshpande

Hi @Shashwat Verma 

You must set the secret key inside the structure: JWT_Sign_Config -> SecretKey and pass this config to JWT_Sign action.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.