Authentication
The Alinous-Core supports authentications below.
About how to use it, please take a look at those page int the tutorial section of this website.
Configuration
This section is used for setting Basic authentication and Form authentication.
About relm
If you use the form authentication, relm tag is dummy.
About zones
The zones tag can have multiple zone tags under it.
About roles
The roles tag can specify the accessible role. If multiple roles are accessible, write in the comma(",") separated format.
for example: "admin,user"
About form-auth
If the zone tag has form-auth element, automatically this zone is recognized as form authentication area.