JWT Bearer Token Authorization in D2007?

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
BlurryDog
Posts: 2
Joined: Mon 07 Mar 2022 17:03

JWT Bearer Token Authorization in D2007?

Post by BlurryDog » Mon 07 Mar 2022 17:15

Does SecureBridge for Delphi 2007 support JWT Bearer Token retrieval?
Attempting to retrieve a JWT in Delphi 2007, and running into problems.
I have had similar issues using Indy and ended up having to use Delphi XE TRest components.
Can someone please confirm if SecureBridge VCL Delphi components support JWT Retrieval.
If so, can you please provide details on how to accomplish?

Raudar
Devart Team
Posts: 19
Joined: Fri 02 Apr 2021 11:04

Re: JWT Bearer Token Authorization in D2007?

Post by Raudar » Tue 22 Mar 2022 15:50

Hi there,

SecureBridge does not support direct receiving of JSON Web Token. However, you may do this by reading data from HTTP response as a string by using TScHttpWebResponse.ReadAsString method and once this is done work with this string as with JSON object.

Best Regards,

Devart Support

Post Reply