File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -149,4 +149,5 @@ We've written several other guides specifically about handling this situation.
149
149
- [ Web Security: Common Workarounds] ( /guides/guides/web-security#Common-Workarounds )
150
150
- [ Recipes: Logging In - Single Sign On] ( /examples/examples/recipes#Logging-In )
151
151
- [ Guides: Amazon Cognito Authentication] ( /guides/end-to-end-testing/amazon-cognito-authentication )
152
+ - [ Guides: Auth0 Authentication] ( /guides/end-to-end-testing/auth0-authentication )
152
153
- [ Guides: Okta Authentication] ( /guides/end-to-end-testing/okta-authentication )
Original file line number Diff line number Diff line change @@ -70,7 +70,8 @@ need to be aware of.
70
70
71
71
Cypress changes its own host URL to match that of your applications. With the
72
72
exception of ` cy.origin ` , Cypress requires that the URLs navigated to have the
73
- same superdomain for the entirety of a single test.
73
+ [ same superdomain] ( /guides/guides/cross-origin-testing#Parts-of-a-URL ) for the
74
+ entirety of a single test.
74
75
75
76
If you attempt to visit two different superdomains, the ` cy.origin ` command must
76
77
be used to wrap Cypress commands of the second visited domain. Otherwise,
You can’t perform that action at this time.
0 commit comments