Skip to content

Commit b725472

Browse files
committed
add okta/amazon guide links in trade-offs and update workarounds
1 parent c71644c commit b725472

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

content/guides/references/trade-offs.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -389,9 +389,9 @@ Security page regarding
389389
There are other ways of testing the interaction between 2 superdomains. Because
390390
the browser has a natural security barrier called `origin policy` this means
391391
that state like `localStorage`, `cookies`, `service workers` and many other APIs
392-
are not shared between them anyways. Because of this, the Cypress APIs that
393-
interact with `localStorage`, `sessionStorage`, and `cookies` are able to take a
394-
domain option in order to interact with the appropriate domain.
392+
are not shared between them anyways. Cypress does offer APIs around
393+
`localStorage`, `sessionStorage`, and `cookies` that are not limited to this
394+
restriction.
395395

396396
As a best practice, you should not visit or interact with a 3rd party service
397397
not under your control. However, there are exceptions! If your organization uses
@@ -404,3 +404,5 @@ We've written several other guides specifically about handling this situation.
404404
- [Best Practices: Visiting external sites](/guides/references/best-practices#Visiting-external-sites)
405405
- [Web Security: Common Workarounds](/guides/guides/web-security#Common-Workarounds)
406406
- [Recipes: Logging In - Single Sign On](/examples/examples/recipes#Logging-In)
407+
- [Guides: Amazon Cognito Authentication](/guides/end-to-end-testing/amazon-cognito-authentication)
408+
- [Guides: Okta Authentication](/guides/end-to-end-testing/okta-authentication)

0 commit comments

Comments
 (0)