• Sangita
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
How can we use JWT token with Named Credentials. 
Can someone give us configuration details/steps for the named credentials to use JWT token for authentication. We are trying to use JWT token authentication methos for integration to a native app. Native app uses JWT token authentication method.Example of the setup along with the apex code will be very helpful.

Thanks

Hi,

 

I have installed WAMP server on my laptop and deployed HTML5 application from Salesforce.com for Mobile workbook.

 

 

App location: 

C:\wamp\www\HTML5

 

Modified Login.js:

var clientId    = 'valid client key';

var redirectUri = 'http://localhost/HTML5/oauthcallback.html';

var proxyUrl    = 'http://localhost/HTML5/proxy.php?mode=native'; 

 

Problem:

========

After successful login I am not able to load the application. I am seeing spinning wheel "loading" .

 

Could someone help me. 

 

Thanks,

Rag