Wiki source code of Authentication
Last modified by hbpadmin on 2019/11/11 16:09
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | (% class="wikigeneratedid" %) | ||
| 2 | ((( | ||
| 3 | {{warning}} | ||
| 4 | This is a draft | ||
| 5 | {{/warning}} | ||
| 6 | ))) | ||
| 7 | |||
| 8 | The goal is to provide a framework to manage levels of accreditation for users, providing access to different features or quotas based on an auditable level of trust. | ||
| 9 | |||
| 10 | {{toc numbered="true"/}} | ||
| 11 | |||
| 12 | = Definitions = | ||
| 13 | |||
| 14 | == Definition 1 == | ||
| 15 | |||
| 16 | TBD | ||
| 17 | |||
| 18 | == Definition 1 == | ||
| 19 | |||
| 20 | TBD | ||
| 21 | |||
| 22 | = Stakeholder needs = | ||
| 23 | |||
| 24 | == R1 - TBD == | ||
| 25 | |||
| 26 | As a ..., I want ... | ||
| 27 | |||
| 28 | == R2 - TBD == | ||
| 29 | |||
| 30 | As a ..., I want ... | ||
| 31 | |||
| 32 | = Proposed implementation = | ||
| 33 | |||
| 34 | == System components == | ||
| 35 | |||
| 36 | [[**Keycloak**>>https://iam.humanbrainproject.eu]] is the identity and authentication manager (IAM) application. It is used for single sign on and stores user information in a profile. | ||
| 37 | |||
| 38 | [[**PLUS**>>https://plus.humanbrainproject.eu/]] is an internal tool to the HBP where project management is done. It is a Keycloak client and drives the management of certain data stored in Keycloak through [[Keycloak's API>>https://www.keycloak.org/docs-api/6.0/rest-api/index.html]]. | ||
| 39 | |||
| 40 | ... |