• Dragan Vujnovic
  • NEWBIE
  • 0 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
I am using JWT token based authentication to Salesforce for authentication for my platform user. I have uploaded a self signed X509 certificate as digital signature for the connected app. My certificate has been expired as per the date shown in details on digital signature i.e. it has been expired on 5th April, 2018. But I am still able to authenticate users with the same certificate using the JWT token based authentication flow. How this is happening? Should the authentication request be failed? Does salesforce ignore the expiry date of certificate for JWT token based authentication? Please help