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

My authentication level should depend on my authentication method #86

Open
bjdmeest opened this issue Oct 21, 2022 · 0 comments
Open

My authentication level should depend on my authentication method #86

bjdmeest opened this issue Oct 21, 2022 · 0 comments
Labels
challenge technical problem applied to a use case proposal: approved ✅ topic: security

Comments

@bjdmeest
Copy link

bjdmeest commented Oct 21, 2022

My authentication level should depend on my authentication method

Pitch

In Doccle, some documents you can see with username/password; others require a more secure method.
By allowing a combination of multiple authentication methods (ranging from very 'weak' to very 'strong'),
users can log in with very low threshold and get as much UX as possible, with possible progressive increase of security

Desired solution

  • Encode the rules for specifying 'weak' and 'strong' authentication methods
  • Have authentication rules depending on whether the authentication methods is weak vs strong.
  • Automatically apply the right authentication rules

Acceptance criteria

  • I log into an app using username/password
  • That app shows 2 documents: a useless document and an important document
  • I can view the useless document without further ado
  • I cannot access the important document.
  • If I log into the app with a strong authentication method, I can access all documents

Pointers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
challenge technical problem applied to a use case proposal: approved ✅ topic: security
Projects
None yet
Development

No branches or pull requests

3 participants