Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Issue logging in as an admin with Ajax

Hi, I'm have section access trouble with Ajax.  I've set up section access with NTName and Domain so users don't have to login with their password twice but I get an issue whenever I try to access the file through Ajax as an admin user.  I end up getting a login screen that always denies me access regardless of what username or password I give or if I just try to ignore it.  I've solved it by just having a second file without section access that only admin's can see but that isn't ideal so I was wondering if anyone had a fix.

Here's a simplified version of the code I'm using.  User access works exactly like it should and if I use the client on the correct domain I can get into the file fine.  I'm just having the issue with Ajax.

SECTION Access;

LOAD * INLINE [

    ACCESS, NTNAME, NTDOMAIN, GROUP

    ADMIN, ADMIN, Comp1,

    USER, USER1, Comp1, GROUP2

    USER, USER2, Comp1, GROUP1

];

SECTION Application;

LOAD * INLINE [

    GROUP, SHEET1, SHEET2

    GROUP1, 1, 0

    GROUP2, 1, 1

];

LOAD * INLINE [

    GROUP, Source

    GROUP2, Al

    GROUP2, Zach

    GROUP1, Al

];

Labels (1)
0 Replies