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

Single Sign on

We are working on salesforce and QlikView single sign on integration. Since the web tickets in DMS mode we are looking for single sign on using NTLM mode. Also would like to know

1. Does Qlikview supports SAML? Is it NTLM or DMS? if yes is there any documentation on this.

6 Replies
ergustafsson
Partner - Specialist
Partner - Specialist

Hi!

QlikView does not support it out of the box. Authenticate.aspx needs to be customized when using IIS for this to work. For SAML and similar technologies, the groups can be passed in HTTP Headers by a filter to an origin server. These can't be picked up by default and require writing code in the authenticate.aspx in IIS.

See attached, it should help you.

Regards,

Erik

brindlogcool
Creator III
Creator III
Author

Thanks Erik .

Ricardo_Gerhard
Employee
Employee

Only with Authenticate.aspx.

The Qlikview Desktop only uses IWA to login.

A customized Authenticate.aspx will work in Access Point only.

Ricardo Gerhard
OEM Solution Architect
LATAM
Not applicable

Thanks Eric.

I am planning to implement the SSO with our existing ADFS. I am looking at your Qlikview_SAML2_0_ADFS.pdf. it mention that an example ADFS Project with the WebTicketHelper.cs class.

Can you attach that example project or provide the link to get that project? Thanks

ergustafsson
Partner - Specialist
Partner - Specialist

Hi Robin,

See attached.

Regards,

Erik

Not applicable

Thanks Erik