Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
BoB_Qlik_Support
Contributor III

Qlik Sense Enterprise - single sign on subscription enabled

How can we check if the Qlik Sense Enterprise is single sign on enabled subscription.

Regards,

Jyoti

 

Labels (3)
1 Solution

Accepted Solutions
AustinSpivey
Partner - Creator

Not sure what you mean here -- since you're talking about Qlik Sense Enterprise on Windows, you have the ability to use single sign-on authentication out of the box and without any additional licensing or subscription add-ons. If you're asking how to see what signle sign-on settings are already being used in a Qlik Sense environment, then you could simply go into the QMC, go to the Virtual Proxies section, and then check to see which virtual proxies have an Authentication method of SAML or OIDC.

If you (or other folks who find this thread in the future) are instead using Qlik Cloud Enterprise, then you could go into the Management Console, find the Identity provider settings on the left side of the page, and then see if you have custom IdPs enabled for your tenant:

AustinSpivey_0-1682957757494.png

 

To check that programmatically, you could probably use the /identity-providers/status endpoint to check to see if it's enabled in your tenant (you would, I think, get a 404 error message if custom IdPs are not enabled).

https://your-tenant.us.qlikcloud.com/api/v1/identity-providers/status

 

Austin Spivey | Principal Consultant @ Arc Analytics
ArcAnalytics.us | Add me on LinkedIn

View solution in original post

3 Replies
AustinSpivey
Partner - Creator

Not sure what you mean here -- since you're talking about Qlik Sense Enterprise on Windows, you have the ability to use single sign-on authentication out of the box and without any additional licensing or subscription add-ons. If you're asking how to see what signle sign-on settings are already being used in a Qlik Sense environment, then you could simply go into the QMC, go to the Virtual Proxies section, and then check to see which virtual proxies have an Authentication method of SAML or OIDC.

If you (or other folks who find this thread in the future) are instead using Qlik Cloud Enterprise, then you could go into the Management Console, find the Identity provider settings on the left side of the page, and then see if you have custom IdPs enabled for your tenant:

AustinSpivey_0-1682957757494.png

 

To check that programmatically, you could probably use the /identity-providers/status endpoint to check to see if it's enabled in your tenant (you would, I think, get a 404 error message if custom IdPs are not enabled).

https://your-tenant.us.qlikcloud.com/api/v1/identity-providers/status

 

Austin Spivey | Principal Consultant @ Arc Analytics
ArcAnalytics.us | Add me on LinkedIn
andie
Contributor

hello, how do I enable single sign-on (SSO) for my tenant

 

AustinSpivey
Partner - Creator

To enable, I imagine you'd just need to submit a ticket with Qlik Support requesting that SSO be enabled for your tenant. Keep in mind that you must have Qlik Sense Enterprise to be able to use SSO, it's not available in Qlik Sense Business or Qlik Cloud Analytics Standard. If you're unsure which of those applies to your tenant, I would still reach out to Qlik Support so that they can clarify that for you. If and when you get SSO enabled, you can follow these Qlik Help articles to get it set up. If you're setting up Azure AD specifically, this is the guide you'll want to use.

Austin Spivey | Principal Consultant @ Arc Analytics
ArcAnalytics.us | Add me on LinkedIn