Security Menu
Documentation
home
The Verj.io
system includes a large number of security features including a built in system
for handling authentication and authorization.
- Authentication is the process of user logon. This can
include manual logon by the
user (i.e. the user enters userid/password or
something similar), or automated
logon using single sign on systems or user registries. Once a user has
logged on, they are considered as authenticated for the duration of their
HTTP session. The logon process can be configured to happen when a user
first connects; or the logon process can occur at some later point e.g.
when a user clicks on a Logon
icon of some sort.
User Authentication
- Authorization is the process of checking whether a user has
access to a specific resource or function after they have been
authenticated.
User Authorization
Other Security Topics
Secure
Forms
Encryption of Form Parameters
HTTP Strict-Transport-Security (HSTS) Filter