Determining what a user is allowed to do on a computer system or software application
is known as authorization. In the world of Web applications, authorization is
bidirectional, meaning that it controls what a user can do and also what a user
can get in return from the application.
See Also:
Computer.