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

Qlikview SSO with Saction acccess

Hi,

We have implemented SSO for login onto Qlikview portal, but it's again asking for the Username password. Is it because of saction access? How do I overcome this issue?

2 Replies
awhitfield
Partner - Champion
Partner - Champion

Hi,

Can you send a screen shot of the Username prompt please?

Andy

krishna_2644
Specialist III
Specialist III

Please check the section access.

use NTNAME instead of USERID.

something like below:

Section Access;

STAR IS *;

LOAD

    ACCESS,

//    PASSWORD,                                    --dont use

//    CLIENT_ID AS USERID,                   --dont use

    CLIENT_ID AS NTNAME                    -- use this

RESIDENT ACCESS;

Section Application;

Thanks