Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define the authentication model #2

Open
matvelloso opened this issue Jun 26, 2015 · 1 comment
Open

Define the authentication model #2

matvelloso opened this issue Jun 26, 2015 · 1 comment

Comments

@matvelloso
Copy link
Owner

We need to build AAD authentication into this. The application has to be multi tenant capable so any Azure subscription can log in. In addition, the application still has to work in anonymous mode if all we want is to share a diagram with others.

In order to make the authentication work we will also need a database for storing this multi tenancy data. Eventually we might need to partition this database but I wouldn't worry for this here.

@rsarieddine
Copy link

You want to keep a record of all users and have roles associated to them? we can create an Azure database for that. inserts records on first sign up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants