Skip to main content

Suggest an Idea

Vote for your favorite Qlik product ideas and add your own suggestions.

Announcements
This page is no longer in use. To suggest an idea, please visit Browse and Suggest.

Qlik SaaS : Web API as data source with Native OAuth Support

shaun_lombard
Creator II
Creator II

Qlik SaaS : Web API as data source with Native OAuth Support

Web APIs having OAuth token authentication is one of the most common ways to secure an API. Currently API (Rest) support for OAuth is not available in Qlik SaaS. However, this is available in Qlik’s competitor : both in Power BI Desktop and Power BI Service.

Implementing Native OAuth support for REST API in Qlik SaaS would be a good asset for Qlik Cloud.

Microsoft documented OAuth connectivity in https://docs.microsoft.com/en-us/power-query/connectorauthentication#supported-workflow.

Briefly the Microsoft documented flow followed by Power BI is,

  • Power BI makes the request to dataset API’s url to acquire the WWW-Authenticate header
  • Based on the header, Power BI prompts the user to sign-in and acquires the token
  • After successful sign-in, the jwt token acquired is passed to API as authorization header
  • Note that, Power BI client takes care of token refresh scenarios using refresh tokens

Authentication with a data source - Power Query | Microsoft Docs

Tags (2)
3 Comments
AlexOmetis
Partner Ambassador
Partner Ambassador
Ideation
Explorer II
Explorer II
 
Status changed to: Closed - Archived
Meghann_MacDonald
 
Status changed to: Closed - Duplicate