Question

API Key Authentication with Apps10

  • 16 February 2024
  • 1 reply
  • 32 views

Badge +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

Userlevel 7
Badge +20

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

Reply