Question
LTIMindtree
LTIMindtree
IN
LTIMindtree
Posted: 2 days 4 hours ago
Last activity: 2 days 4 hours ago
Last activity: 14 Nov 2025 9:42 EST
Remove nbf parameter from JWT Token in Token Profile.
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 ?