Skip to main content

Hi,

I'm a newbie to Appit and I want to connect to our Azure server to pull data for a LOB application The API uses a basic HTTP GET request that does not require authentication as the authentication is passed as a unique subscription key built into the HTTPS URL string as in this sample. https://sgsapi.azure-api.net/Order/Get/4059201?subscription-key=98c*******************
When configuring a new Service Instance for the connection it is asking for the authentication settings.

I was wondering what the best way is to accomplish this type of connectivity.

Thanks in advance 

Steve

Impersonate or Static should be fine.

Side question

How often is that subscription key changing?


Impersonate does not work as it passes the K2 credentials.

 

If I choose static I have to add a user name and password which defeats the objective that is what the subscripion key is for.

 

The subscription key values would never change, each user who has the ability to call the API has there own unique key.

 

I was hoping I could get this working witout setting up a service instance connection, is there a way to pass the HTTPS URL via a workflow parameter?

 

Thanks.


Reply