question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

NTLM Authentification

See original GitHub issue

Hi,

This is a question. I haven’t been able to find an answer, so I’m trying here.

I wanted to test your product on our Sharepoint On-Promise, in our intranet. However I’m blocked on cy.visit("https://domain%5Clogin:password@www.intranet.com/site/") that returns a 401 error.

I tried both Chrome and Electron from the dropdown selection.

Any idea how I could have the authentication working? We use NTLM authentication for our Sharepoint.

Thanks

Issue Analytics

  • State:open
  • Created 6 years ago
  • Reactions:7
  • Comments:57 (19 by maintainers)

github_iconTop GitHub Comments

10reactions
pringshiacommented, Feb 26, 2018

Having a blast using Cypress but running into the NTLM issue here as well, which is unfortunately a showstopper for me using it and evangelizing it at work.

7reactions
bjowescommented, Jan 14, 2019

I’ve written a plugin for Cypress that handles the NTLM authentication. It is available on npm (cypress-ntlm-auth) and at: https://github.com/bjowes/cypress-ntlm-auth

Hope it is useful for some of those who ended up reading this thread!

Read more comments on GitHub >

github_iconTop Results From Across the Web

NTLM user authentication - Windows Server | Microsoft Learn
Windows Challenge/Response (NTLM) is the authentication protocol used on networks that include systems running the Windows operating system and ...
Read more >
What is NTLM & How Does NTLM Authentication Work
Windows NT LAN Manager (NTLM) is a challenge-response authentication protocol used to authenticate a client to a resource on an Active Directory domain....
Read more >
NTLM authentication: What it is and why it's risky
NTLM is an authentication protocol — a defined method for helping determine whether a user who's trying to access an IT system really...
Read more >
NTLM Explained: Definition, Protocols & More - CrowdStrike
NTLM is a suite of security protocols offered by Microsoft to authenticate users' identity and confidentiality of their activity.
Read more >
NT LAN Manager - Wikipedia
In a Windows network, NT (New Technology) LAN Manager (NTLM) is a suite of Microsoft security protocols intended to provide authentication, integrity, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found