Question
TCS
GB
Last activity: 28 Apr 2020 5:43 EDT
JWT token generation without nbf parameter
Hi All,
When Pega uses pxGenerateJWT activity to generate JWT token by default it includes Optional claims attributes like nbf.
Our problem -
There is clock time difference between Pega server and external application server because of which JWT generated form Pega is failing at consumer end. nbf is current time when pega generates the token but for external system its future date due to clock issue.
External system request not to pass nbf claim in JWT as a quick resolution.
Is there any way to exclude optional claims from JWT ?