Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
manojkumargowda
Creator
Creator

How to get list of userids and groups from SAML authentication

Hi Everyone,

How can we get list of all userids and groups from SAML authentication to use it in qliksene section access code to authenticate and to perform data reduction based on both user and group information.

Thanks in advance.

 

 

1 Solution

Accepted Solutions
segador_
Partner - Contributor III
Partner - Contributor III

Hi!

https://help.qlik.com/en-US/sense/2.0/Subsystems/ManagementConsole/Content/SAML-authentication.htm

SAML is an Authentication/Authorization protocol, not a user management protocol. You cannot get any user from SAML, only check.

 

If you need to configure SAML authentication, you can create new virtual proxy (or change settings in existing vurtual proxy).

3.png

Depending on the service in which users are stored, you need to connect to this service and get the list of users.

You can also get all users that stored in Qlik Sense with REST API connection to https://yourqlikserver/qrs/user/full or use existing REST API connection qrs_user.

Regards, Igor.

View solution in original post

1 Reply
segador_
Partner - Contributor III
Partner - Contributor III

Hi!

https://help.qlik.com/en-US/sense/2.0/Subsystems/ManagementConsole/Content/SAML-authentication.htm

SAML is an Authentication/Authorization protocol, not a user management protocol. You cannot get any user from SAML, only check.

 

If you need to configure SAML authentication, you can create new virtual proxy (or change settings in existing vurtual proxy).

3.png

Depending on the service in which users are stored, you need to connect to this service and get the list of users.

You can also get all users that stored in Qlik Sense with REST API connection to https://yourqlikserver/qrs/user/full or use existing REST API connection qrs_user.

Regards, Igor.