Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm trying to implement Azure SSO capabilities with Qlikview, for this I've added Qlikview as an application from Azure. After adding the application I'm presented with the following screen:
I'm stuck with the "configure single sign-on" part, after I click on that button I'm asked how I'd like users to sign in into qlikview, I choose "Existing single sign-on", after that I'm asked for a "SIGN ON URL". What URL am I supposed to use here? should this be a script on our qlikview server to handle the user and redirect? If so does anybody have any examples on how to do this either with PHP or ASP.NET?
Basically I want the user to log in with Azure and then be able to access either a qlikview document or the access point from there.
Thank you.
Yes, I ended up using WebTicket authentication to give access to users from Azure Portal to Qlikview AccessPoint. To get the user from Azure I had to use PHP but I think you could find a C# solution as well, since it's the most commonly used.
Regards.
I'm facing the same challenge. Did you find a solution for this?
Yes, I ended up using WebTicket authentication to give access to users from Azure Portal to Qlikview AccessPoint. To get the user from Azure I had to use PHP but I think you could find a C# solution as well, since it's the most commonly used.
Regards.
Hi Miguel,
I understand that WebTicket is a good method for authentication. How about the integration of the Directory Service Connector with Azure AD? To assign Named CAL's or Document CAL's to users from Azure AD, a user directory has to be configured in the Management Console. How did you configure the user directory? I've read that connecting to Azure AD via LDAP is not possible.
Thanks,
Stevenn