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

Cross Domain logins #18225

Closed
purejgleason opened this issue Sep 24, 2021 · 4 comments
Closed

Cross Domain logins #18225

purejgleason opened this issue Sep 24, 2021 · 4 comments

Comments

@purejgleason
Copy link

purejgleason commented Sep 24, 2021

What would you like?

I use Auth0 OpenIdConnect for Authentication I would like to be able to use it with cypress.

Why is this needed?

So I can log in with Auth0

Other

https://stackoverflow.com/questions/69291691/authenticate-auth0-using-cypress-with-in-browser-cross-domain-login

@purejgleason
Copy link
Author

My current fallback is using straight selenium which does seem to work no problem.

@jennifer-shehane
Copy link
Member

I answered the other issue you opened earlier.

You can't currently visit another url that is of a different origin within a single test. We're currently working on supporting this. Duplicate of #17336

You can try to stub the calls behind the scenes for the Auth0 login flow, that's the only way to test it now.

@purejgleason
Copy link
Author

@jennifer-shehane That is why I made a feature request. So there is no interest in this feature?

@jennifer-shehane
Copy link
Member

We are working on supporting this as a feature. Once #17336 is delivered, this will be fully supported. Please follow that issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants