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

Section Access Issue when logged through SSO(Webticket Process)

Hi all

here i developed dashboard with section access and its working fine all active directory users

and i added SSO functionality with Webticket process

i have couple of dashboards in my access point  (10 dashboards)

out of 10 dashboards 3 dashboards are with section access

when i logged through SSO in my access point i am able see only 7 dashboards(which are not with section access)


my requirement:

I should see all my 10 dashboards (including 3 section access  & 7 normal dashboards)


My script for Section access


Section Access;

LOAD * INLINE [

    ACCESS, NTNAME, ORDER

    ADMIN, MyDomain\Administrator, 1

    USER, MyDomain\KSTL,2

    USER, MyDomain\prasad, 3

   

 

];

Section Application;

STAR is *;

Group:

Load * Inline [

ORDER,CUSTOMER,INVCUSTOMER

1,*,*

2,"MICHEL COMPANY , L.P.","MICHEL COMPANY , L.P."

3,"ROBERT COMPANY","ROBERT COMPANY"

];



swuehlstevedarkadamdavi3sdvqlikviewhic

1 Reply