After login to Microsoft Azure AD, unable to redirect back to base URL #2183
Unanswered
viditasatam
asked this question in
Q&A JavaScript
Replies: 2 comments 1 reply
-
It looks like you either have a problem with your app or a problem with Cypress here? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working on a cypress+ cucumber project. There is a scenario where I login to a URL. I am prompted a Microsoft login popup. I am handling the popup, authenticating the otp, and expecting to go back to the URL and page to load but the URL does not load and the page is blank.
My cypress.config.js looks like:
My login code looks like:
I am expecting to redirect to my base URL after the authentication is completed successfully.
Tool/library versions:
node: v20.12.2
cypress: 12.10.0
@badeball/cypress-cucumber-preprocessor: 16.0.3
Beta Was this translation helpful? Give feedback.
All reactions