Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
What is authentication and authorization in qlikview and what will come first authentication on authorization.
Thanks,
Deepak
No Deepak,
Authorization occurs after successful authentication.
Authentication comes first.
Authentication verifies who you are. For example, you can login into your Unix server using the ssh client, or access your email server using the POP3 and SMTP client
Authorization verifies what you are authorized to do. For example, you are allowed to login into your Unix server via ssh client, but you are not authorized to browser /data2 or any other file system
Authorization occurs after successful authentication.
A user called vivek is allowed to login to www.cyberciti.biz server securely using the OpenSSH ssh client/server module. In this example authentication is the mechanism whereby system running at www.cyberciti.biz may securely identify user vivek. The authentication systems provide an answers to the questions:
Authorization.
The Unix server running at www.cyberciti.biz determines what level of access a particular authenticated user called vivek should have. For example, vivek can compile programs using GNU gcc compilers but not allowed to upload or download files. So
Nuthan has done that in best way .
Hello All,
Thanks for reply.
This mean authorization comes first is it.
Thanks
No Deepak,
Authorization occurs after successful authentication.
Authentication comes first.