Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Samkaran
Contributor
Contributor

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

Labels (1)
1 Reply
Damien_V
Support
Support

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...

If the issue is solved please mark the answer with Accept as Solution.