Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small doc tweaks from Naman #7

Merged
merged 1 commit into from
Dec 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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