147
Views
2
Comments
Solved
[Box Connector] JWT with Outsystems 11
Question
box-connector
Web icon
Forge asset by OutSystems MVPs

It seems, that the JWT Module is no longer supported by Outsystems 11. Is there an alternative in Outsystems 11 to create, sign and verify jwt or ist the Module going to be updated soon?

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP
Solution

Hi,

If you can't wait until the author of the module makes it compatible with OS11, you can follow these steps:

- Ensure you have visual studio 2015 or 2017 installed (free communiity edition will do)

- Edit the extension JWT_Core in the application in Integration Studio 11

- Press the Update source code button, and then on the window shown press edit source code

- In Visual Studio goto menu Tools -> Nuget Package Manager -> Manage NuGet packages for solution

- Select all packages in the Update Tab and update them

- Rebuild the solution & close Visual Studio

- Back in Integration Studio press the 1 click publish button to build and deploy the updated version.

Regards,

Daniel

2022-02-18 15-32-27
João Almeida
Champion

The JWT module has been updated to support Outsystems 11, but this implementation of Box Connector no longer supports that (it uses an deprecated implementation of the JWT extension). If you use Box Connector v2 you won't have such problems and have better JWT support and mode features.

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