Activity › Forums › Salesforce® Discussions › What is the use of JWT in Salesforce?
-
What is the use of JWT in Salesforce?
Posted by Aditya on September 28, 2020 at 3:18 PMWhat is the use of JWT in Salesforce?
Manish replied 5 years, 8 months ago 4 Members · 3 Replies -
3 Replies
-
The JWT enables identity and security information to be shared across security domains. Salesforce validates the JWT based on a signature using a previously configured certificate and additional parameters. Assuming that the JWT is valid and that the connected app has prior approval, Salesforce issues an access token.
- [adinserter block='9']
-
JWT (JSON Web Tokens): It is an open standard way used for securely transmitting information or representing claims between any two parties, let’s say between a client/consumer and server/service. It is used to digitally sign the verified and trusted information.
-
Log In to reply.