Architecture

From DarkWiki
Revision as of 13:12, 9 August 2017 by Apowney (talk | contribs) (Security)
Jump to: navigation, search

Introduction

Security

Security between components will be managed via OAUTH2, as it has a very large support base and is common in many programming frameworks. Data-level access will be manage by the components themselves or indirectly by partitioning of data (restricting by the company associated with the user etc.). That said, we can be more specific in our requirements, and identify particular use-cases:

  • Client applications within Rabora, known as internal systems.
  • Front-end applications controlled by Rabora, but executing in the browser (for example).
  • Client applications running within customer environments, known as customer systems.
  • Client applications running at 3rd parties, known as integrator systems.