Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have this issue where the user groups that have been created in Okta are not getting carried over to Qliksense Cloud. The Okta admin had also added users to these user groups but I am not able to see these groups in Qliksense even though I logged out of both the applications completely and logged back in multiple times. Please see attached screenshots for more information. Can you please help?
Actually, I am able to see the user groups now in Qliksense. Thanks a lot for your help @Seanog_Murphy @Akshesh_Patel
Hi @SudharshanK
Please check the following article which describes how to enable automatic user group creation when using Auth0 and Okta Identity Providers in Qlik Sense Enterprise SaaS.
- https://community.qlik.com/t5/Knowledge/How-to-Enable-User-Groups-in-Qlik-Sense-Enterprise-SaaS/ta-p...
Thanks for providing me with the link to this video. I had already followed the steps in this video for Okta IDP and it says that Qliksense should automatically get the user groups from Okta but somehow this is not happening for me. Are there any steps that I am missing here?
Hi @SudharshanK
Did you enable creation of groups in the Settings of the Tenant?
You can maybe use the following api call to check which claims are being sent from your IDP to Qlik. Please append the following onto your tenant URL as an authenticated user
/api/v1/diagnose-claims
Hi,
A few things to check here are:
- Make sure the "Creation of groups" setting is enabled (Management Console > Settings > Toggle on the group creation)
- Check if the groups are actually coming over to SaaS by (https://<Your Tenant URL>/api/v1/groups)
Thanks
Yes I enabled this setting in the Management Console. I tried appending /api/v1/diagnose-claims to the tenant URL but its throwing an error. See attached screenshot
I had enabled creation of groups. I am getting error when trying to check the groups. See attached screenshot
@SudharshanK
Please make sure you have already authenticated the user you are using to make the api call
Hi,
Are you on the Qlik Sense trial ? if yes then you won't be able to make the API calls.
Actually, I am able to see the user groups now in Qliksense. Thanks a lot for your help @Seanog_Murphy @Akshesh_Patel