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

Authentication and Authorization #2

Open
3 tasks
mimski opened this issue Oct 29, 2019 · 0 comments
Open
3 tasks

Authentication and Authorization #2

mimski opened this issue Oct 29, 2019 · 0 comments
Labels
Milestone

Comments

@mimski
Copy link
Owner

mimski commented Oct 29, 2019

User authentication

User authentication shall be performed by ASP.NET Identity authentication.

  • Users cannot register in the application but must be created by another user with “Manager” rights.

User Rights&Roles

  • Role “Operator” – contain only a single right – “Operator”
  • Role “Manager” – contain only a single right – “Manager”

For the purpose of the project we can consider roles and rights as one and the same thing.

@mimski mimski added TBI requirement must have feature feature labels Oct 29, 2019
@mimski mimski added this to the R&D milestone Oct 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant