Skip to main content
Question

API Key Authentication with Apps10

  • February 16, 2024
  • 1 reply
  • 153 views

Forum|alt.badge.img+4

Hey Community,

 

Has anyone used (or know if it is possible) to use API Key Authentication, not basic or bearer authorization with APPS10?

 

Thanks!! Michelle

1 reply

dsj
Ultimate Hero (Partner)
Forum|alt.badge.img+22
  • Ultimate Hero (Partner)
  • 905 replies
  • February 19, 2024

Hi @wilmichelle 

API Key Authentication is not supported by IFS. If you want to setup API key authentication, you can use a 3rd party API manager which supports API key authentication in the front end, and call IFS backend using basic/bearer authentication.

Below blog shows one such setup with Azure API which proxy the connections to IFS Cloud. In this example, azure API is using API key authentication and calls IFS backend by adding bearer authentication to the backend request.

https://dsj23.me/2023/11/06/creating-an-api-proxy-for-ifs-cloud-using-azure-apim/

You may use the same concept in Apps10 as well.

 

Hope it helps!

Damith