summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormokha <mokha@cisco.com>2019-03-21 15:20:39 -0600
committermokha <mokha@cisco.com>2019-03-21 15:20:39 -0600
commit14abb8fdd3f6eb1152b20f172990d019bdf13c85 (patch)
treef70bc42033a2ee395ca26c2cabc98f9c7434ef52
parent8ccd61c759e1d9badd1696ab590ae17e245934c7 (diff)
fix typos and add examples section.
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index d1fa10a..886980d 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,7 @@ Why? Then How.
* 3. Roles
* 4. Protocol Flow
* 5. Grant Types
+* 6. Examples
# Authn vs Authz
@@ -34,7 +35,7 @@ Why? Then How.
Example 1: Flying on a plane
-* passport: authentiation
+* passport: authentication
* plane ticket: authorization
@@ -349,7 +350,7 @@ Short circuit for SAML service providers.
* Password Credentials: for trusted clients.
* Client Credentials: for service authentication.
* Refresh: for exchanging a refresh token for an access token.
-* Extensions: saml bearer, jwt bearer
+* Extensions: SAML bearer, JWT bearer
# Grant Types - Authorization Code
@@ -638,7 +639,7 @@ end
```
-# AWS Secrets Manager
+# Examples - AWS Secrets Manager
> You can customize Lambda functions to extend Secrets Manager rotation to
> other secret types, such as API keys and OAuth tokens used to