Skip to content

Commit

Permalink
Fixed permissions in security layer
Browse files Browse the repository at this point in the history
  • Loading branch information
RuslanPopenko committed Sep 5, 2016
1 parent 9b8cb3f commit b633c50
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/basic_concepts/security_layer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ Permissions
-----------

Allowed users actions set is controlled as intersection of client and user permissions.
So each iVIS client application has set of permissions (defined by the iVIS system administrators).
User have permissions defined by administrators either. So the resulting user permissions in the given client is
intersection of client and user permissions. For example, if the client has permissions to use resource A, B and C and
the user has permissions for the resources B, C and D, resulting user permissions using the given client is B and C.

Permission is access to the given API action or some piece of data, it is controlled on the low level of the iVIS API.

Data encryption
---------------
Expand Down

0 comments on commit b633c50

Please sign in to comment.