Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Can we pass Section Access credentials using http protocol? It must open in IE Plugin.

Community,

Here is a situation.
QVS-based application has section access.  We can open it in IE Plugin and pass credentials using qvp:

qvp://server/Test.qvw?UserID=user&Password=password

Requirement is to use http rather than qvp (don't ask me why), still in IE Plugin.  We cannot use AJAX in this specific case.  Without credentials, it is
http://server/QvAJAXZfc/AccessPoint.aspx?open=&id=QVS%40server%7CTest.qvw&client=Plugin

Is there a way to use credentials with this?

Thank you,

Michael

Labels (2)
2 Replies
Bill_Britt
Former Employee
Former Employee

Hi,

You can do this if you are using ticketing and your on SSO pages. The UR would look like the below look aht webticket

http://qv11/QvAJAXZfc/Authenticate.aspx?type=html&webticket=5x/PRj7pgqPmw7KbxaC6OoUB+2KRW2QpHgepZ5+M...

Remember once you open the document with the plugin you are using QVP.

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
Anonymous
Not applicable
Author

Thanks Bill, let me see what we can do about that...