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

@ -1,13 +1,15 @@
# List of topics that this book can cover
1. [Authentication](./Authentication.md)
2. [Authorization](./Authorization.md)
3. [OAuth](./OAuth.md)
4. [OpenID](./OpenID.md)
5. [SAML](./SAML.md)
6. [JWT](./JWT.md)
7. [SAML vs OAuth vs OpenID](./SAML%20vs%20OAuth%20vs%20OpenID.md)
8. [OAuth vs OpenID](./OAuth%20vs%20OpenID.md)
1. [Preface - "A scout is Trustworthy"](./1-preface.md)
1. [Authentication](./2-Authentication.md)
1. [Authorization](./Authorization.md)
1. [Audit/Accountability](./audit.md)
1. [OAuth](./OAuth.md)
1. [OpenID](./OpenID.md)
1. [SAML](./SAML.md)
1. [JWT](./JWT.md)
1. [SAML vs OAuth vs OpenID](./SAML%20vs%20OAuth%20vs%20OpenID.md)
1. [OAuth vs OpenID](./OAuth%20vs%20OpenID.md)
## Questions I need to answer before attempting to write this book