Skip to content

Commit

Permalink
Small doc tweaks from Naman (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
casewalker authored Dec 14, 2023
1 parent 9158d9a commit f969a83
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/THE_INSIDE_STORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ changes.
## Generating (and handling) a valid SAML Response

As described in the README for Custom AWS IDP, there was a lot of difficulty
generating a valid, signed SAML Response which AWS could consume. As well,
getting it all pieced together correctly took learning new things.
generating a valid, signed SAML Response which AWS could consume. Also, getting
it all pieced together correctly took learning new things.

It turns out that SAML-based SSO seems to lean heavily on browsers to do a lot
of correct handling and redirecting. This happens after the SAML Response is
Expand Down Expand Up @@ -57,12 +57,12 @@ I thought that was cool enough to keep around even though we are not using it.
## Setting up emails

We wanted to set up Cognito's *Messaging* configuration so that users would be
able to get an invitation-email with their first (temporary) password and also
able to get an invitation email with their first (temporary) password and also
so that users could receive emails to help for forgotten-password resets. As it
turned out, this was much harder than it seemed, requiring enough understanding
of email security and the AWS Email Service (SES) to get to the point where
emails could at least reach their destination without being bounced or dropped,
even though under V1, emails still end up in state junk folders.
of email security and the Simple Email Service to get to the point where emails
could at least reach their destination without being bounced or dropped, even
though under V1, emails still end up in state junk folders.

### DMARC = DKIM + SPF

Expand Down

0 comments on commit f969a83

Please sign in to comment.