Hi Experts,
I’m trying to configure Webservices SAAS with grant type : JWT Bearer Token. Below are the JWT Payload I have given, But I’m seeing the below error. Could some one help me to resolve this issue.
Thanks,
Chandra Mohan S
Hi Experts,
I’m trying to configure Webservices SAAS with grant type : JWT Bearer Token. Below are the JWT Payload I have given, But I’m seeing the below error. Could some one help me to resolve this issue.
Thanks,
Chandra Mohan S
Hi @chandramohans27,
exp must be in timestamp format i think.
I also tried giving Exp value with timestamp, but still we see same error.
Hi @chandramohans27 I believe exp must be in NumericDate value format representing the number of seconds from 1970-01-01T00:00:00Z UTC (ignoring leap years).
you can run this simple command in Linux to calculate seconds.
date --date="6/12/2024" +"%s"
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.