Hii Everyone,
Does anyone has a demo oml file of jwt for exposing and consuming API?
please share.
Hello Priyam
OutSystems provides built-in functionality to expose and consume APIs, and it also has support for using JWT tokens to secure API calls.
Here are the high-level steps for using JWT tokens in OutSystems to expose and consume an API:
Shrinivas if you have oml or oap regarding this please send it.
I am a beginner and I want a detailed explanation of it.
Hi, for protecting exposed APIs with OpenID you can check my article here https://medium.com/itnext/protect-outsystems-rest-apis-using-openid-connect-87a2ac7575c1
A sample for it is also available on the forge. Link is in the article.
Best
Stefan
Hii Stefan
can you give me an example of how to generate jwt token with outsystem users?
Hi. The JWT component on the forge https://www.outsystems.com/forge/component-overview/1853/jwt espcially its demo application and documentation provide guidance on how to create and sign a web token.