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

How to Provide Authentication ?

Hi ,

I have developed a qvw file. Now how to provide authentication for it.(i.e) the file before opening must ask for username and password   and check if it matches. Can it be done only when the qvw file is deployed from server or what ?

18 Replies
Anonymous
Not applicable
Author

you may use section access...

rajni_batra
Specialist
Specialist

Use section access by providing username and password to whom use wanna give the access

Not applicable
Author

ya i have section access concept, provided inline data (username and password), but still its not working.

Not applicable
Author

ya i have section access concept, provided inline data (username and password), but still its not working.

Not applicable
Author

ya i have section access concept, provided inline data (username and password), but still its not working.

rajni_batra
Specialist
Specialist

did u add Access Column??

Not applicable
Author

yai have provided access field

rajni_batra
Specialist
Specialist

can u display list of section access or any demo name (wanna see the format only)

Section Acess ;

LOAD * INLINE

[ACESS, USER,PASSWORD

ADMIN,RAJNI,RAJNI

];

Hope it Helps!!!

Not applicable
Author

 

Section

Access;
LOAD

 

*

INLINE [
ACCESS, USERID, PASSWORD
ADMIN, admin, admin
ADMIN, admin2, admin2
]
;
Section 

 

Application

;