Passing timezone while creating token in SSO

Hello Helical Insight,

I am using helical insight v 5.0 EE. I have followed the below blog and creating SSO token. But I am not able to pass the timezone in the token. Please help with the same.

Thanks,
Netta.

Hello Netta,

Please refer to the below URL samples on how to pass the token. There are 2 tokens which are provided, first one it is IST, second one is UTC

EXAMPLE1 : IST

java -jar Encryption-Decryption.jar "username=usertest1|expTime=20230704 14:59:00 IST"

authToken=0-RBzumNxRF-AuxJFBIIcvwpiblaj_7KcJc3Eu4bNGYPsmycnWxPzJHHRIOE7NBNeKTQjq1f6X13iCt061TZeA

EXAMPLE2 : UTC

java -jar Encryption-Decryption.jar "username=usertest1|expTime=20230704 09:36:00 UTC"

authToken=0-RBzumNxRF-AuxJFBIIcvwpiblaj_7KcJc3Eu4bNGb3sNQtIm6_40l1NVIEbEoOeKTQjq1f6X13iCt061TZeA

Thank You,
Helical Insight.