Need help to generate the JWT Token using P8 file and Passphrase

Brajesh_Sharma
Kilo Contributor

Dear All,

 

Need help. I am currently working on a scenario where I need to fetch data from Snowflake. They don’t have Oauth for authentication, but they have provided a certificate file with a .p8 extension and a Passphrase. Using a Python script, I have successfully generated a JWT token with the .p8 certificate and Passphrase and have been able to call the Snowflake API by passing the JWT token as the bearer token. Consequently, I can fetch table/view data in the response. I have managed to configure the above setup in Postman without any issues.

 

However, I am now looking to replicate this setup in ServiceNow. Unfortunately, I haven't found any options within ServiceNow to generate the JWT token using .p8 certificates and Passphrase. Could you please assist me in implementing the above configuration in ServiceNow?

 

Your help would be greatly appreciated.

 

Thank you!

1 REPLY 1

Akshay03
Kilo Sage

Hello @Brajesh_Sharma ,

Did you got any workaround it, I'm facing same issue.