add preface
This commit is contained in:
28
Big Ideas/2-Authentication.md
Normal file
28
Big Ideas/2-Authentication.md
Normal file
@ -0,0 +1,28 @@
|
||||
# Authentication
|
||||
|
||||
## Identify who/what you need to authenticate
|
||||
|
||||
|
||||
|
||||
## Identify who/what you need to authenticate to
|
||||
|
||||
## Level of Confidence in your Authentication
|
||||
|
||||
## How long should you trust an Authentication?
|
||||
|
||||
## Authentication Design Worksheet
|
||||
|
||||
1. Identify the users and systems you need to authenticate
|
||||
|
||||
------------------------
|
||||
|
||||
2. Identify the users and systems you need to authenticate to answer number 1
|
||||
|
||||
------------------------
|
||||
|
||||
3. Decide the levels of confidence you need to establish between the two answers above
|
||||
|
||||
------------------------
|
||||
|
||||
4. How long can I trust someone after they've authenticated?
|
||||
------------------------
|
Reference in New Issue
Block a user