
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Microsoft Azure Rest API connection creation using Oauth client and secret key
I'm working on creating a Rest API connection to retrieve azure price details from Microsoft azure , I was told that I need to use oauth authentication using client and secret key, I have the Respextive rest api url whic I took from learn.Microsoft.com and I also have the client ID and sec key with me, can someone help he how to proceed further to create the connection in qliksense to retrieve data from azure rest api using oauth client and secret key. I did few trial and error but no luck

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You cannot use OAuth authentication out of the box with the Qlik REST connector but what you can do is request the OAuth token first in the script with a first REST connection, then once you have the OAuth token, use that to retrieve your actual data with a second REST connection.
There is an example here: https://community.qlik.com/t5/Official-Support-Articles/Using-REST-Connector-with-OAuth2-against-Mic...
