Skip to main content
Question

Does JWT (JSON Web Token) Authentication supports in IFS Cloud?

  • February 17, 2025
  • 2 replies
  • 152 views

Forum|alt.badge.img+1


Hi,

 

I want to send a data file from IFS Cloud to a Google Cloud Service Bucket using their REST endpoint. The google rest endpoint is authenticated via the OAuth 2.0 JWT mechanism, where the client has to create a signature using the given private key and send it to Google for authorization of the request. 
In IFS Cloud routing addresses, only REST Client ID & Client Secret Authentication (Basic Authentication) is supported, not JWT. Is there another way to authenticate using JWT in IFS Cloud?

 

Best Regards,

Charitha

2 replies

Forum|alt.badge.img+1
  • Do Gooder (Partner)
  • May 29, 2026

@cranabahu  Were you able to find a solution? I’m having a similar requirement. 


Forum|alt.badge.img+1
  • Author
  • Do Gooder (Partner)
  • June 11, 2026

Hi ​@Nadeesha , The JWT authentication mechanism does not support by IFS. But there are other types of authentication mechanisms provided by GCS bucket, just look if there is a supported type by IFS. In my scenario, the 3rd party integration service provided has provisioned a SFTP folder in middle that IFS can place the files.