Problem with authentication (Oauth) redirect #29469
Unanswered
RobertRacklBMW
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a web application that uses Oauth 2.0. Authentication happens via Oauth Implicit Flow. That means. The user is redirected to a login page. There he enteres username and password. And then he is redirected back to our application.
I am trying to write a Cypress test case for this. I did already read a lot about cypress.origin() command and more. But I still cannot get it to work.
The version at the top does not use cy.origin() at all. Login does work. But somehow the redirect back does not fully work. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions