Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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
Thanks Erik .
Only with Authenticate.aspx.
The Qlikview Desktop only uses IWA to login.
A customized Authenticate.aspx will work in Access Point only.
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
Hi Robin,
See attached.
Regards,
Erik
Thanks Erik