https://cypress.io logo
Cypress login via WIA + ADFS
# i-need-help
c
Hi my current project is using Windows Integrated Authentication (WIA) with Active Directory Federation Services (AD FS) to log in. The browser will show a system dialogue to ask for windows credentials, so it seems to be out of browser automation scope. Is it possible to achieve this by Cypress? Thank you very much.
c
Try to use cy.origin() in specfile
c
where can i find the adfs address for log in? it's not like a normal microsoft login page.