Date: | Author: | Version: | Changes: | Completed | Ext. | Int. | Is in Core | Jira Ref. |
---|---|---|---|---|---|---|---|---|
0.1 | Doc. created | Yes/No | x |
| N/A |
|
Overview
This page describes the security layers of the REST web app. There are two security layers:
- Authentication: A username/password based security layer that upon each requests matches a token from the request against an in-memory map from token to logged in users.
- Authorization: A fine grained access rights control implemented in all resources that shall have limited access. This layer is customizable: The customer can register their own rules.