add preface

This commit is contained in:
2024-01-07 15:10:10 -07:00
parent b9d4118bc0
commit feeb7c05df
4 changed files with 53 additions and 8 deletions

View 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?
------------------------