DISCOOS / sar-status-api

API webapp for SAR-Status
https://sar-status-api.herokuapp.com
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Add multi tenant support #13

Open kengu opened 6 years ago

kengu commented 6 years ago

We need to support multiple organizations isolated from each other. The realm of each organization should be a organization domain which all users email address belong to. When logging in, the email domain is used to decide which realm it belongs to an query the organization for which authentication should be allowed. Authentication us configured for each organization.

References