question

Upvotes
Accepted
1 0 0 0

What are Pros and Cons of using Secret and JWT

When selecting which type of Authentication to use for V2 within Platform Administration Application, what are the pros and cons of using Secret vs. JWT and vice versa

#technologyrefinitiv-data-platformrdprefinitiv-real-time-optimisedentitlements
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hello @seanernest.regala

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?


If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,


AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,
AHS

1 Answer

· Write an Answer
Upvotes
Accepted
22.1k 59 14 21

Hello @seanernest.regala,

From the application perspective, there is no difference. They both get sent as the part of authentication process.

JSON Web tokens are a standard technology and a user is responsible for generating/signing/managing the tokens and providing it to LSEG through PAA. It is more involved process compared to using a client secret, but larger accounts might have a mechanisms in place to automate the whole process.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.