I have a server that supports both methods Negotiate & NTLM (Using Waffle). The detail is that it only sends "WWW-Authenticate: Negotiate". On Windows, this works as expected: Chrome prompts for NTLM credentials. But on Linux, this fails without prompting for any credentials. I know that this works if I explicitly send another header "WWW-Authenticate: NTLM", but my question is: what is the difference in Chrome between Windows & Linux, that Windows "seems" to detect that the server supports NTLM without the extra header?
Why chrome does not prompt for NTLM credentials on Linux when only "WWW-Authenticate: Negotiate" is sent? On Windows it does
449 Views Asked by Ralphie Ben At
1
There are 1 best solutions below
Related Questions in LINUX
- Is there some way to use printf to print a horizontal list of decrementing hex digits in NASM assembly on Linux
- Why does Hugo generate different taxonomy-related HTML on different OS's?
- Writes in io_uring do not advance the file offset
- Why `set -o pipefail` gives different output even though the pipe is not failing
- what really controls the permissions: UID or eUID?
- Compiling eBPF program in Docker fails due to missing '__u64' type
- Docker container unable to make HTTPS requests to external API
- Whow to use callback_query_handler in Python 3.10
- Create kea runtime directory at startup in Yocto image
- Problem on CPU scheduling algorithms in OS
- How to copy files into the singularity sandbox?
- Android kernel error: undefined reference to `get_hw_version_platform'
- Is there a need for BPF Linux namespace?
- Error when trying to execute a binary compiled in a Kali Linux machine on an Ubuntu system
- Issue with launching application after updating ElectronJs to version 28.0.0 on Windows and Linux
Related Questions in WINDOWS
- how to play a sounds in c# forms?
- Echo behaviour of Microsoft Windows Telnet Client
- Getting error while running spark-shell on my system; pyspark is running fine
- DirectX 9 With No SDK Installed - How To Translate a D3DMATRIX?
- Gradle 8.7 cannot find installed JDK 22 in IntelliJ
- 'IOException: The cloud file provider is not running', when trying to delete 'cloud' folder
- Cannot load modules/mod_dav_svn.so into server
- Issue with launching application after updating ElectronJs to version 28.0.0 on Windows and Linux
- 32-bit applications do not display some files in Windows 10
- 'bun' is not recognized as an internal or external command
- mkssecreenshotmgr taking a screenshot
- Next js installation in windows 7 os
- Can't resize a partition using Mini Tool?
- Is there any way to set a printer as default according with Active Directory Policy Security Group and PC hostname?
- Electron Printing not working on Windows (Works on Mac)
Related Questions in GOOGLE-CHROME
- How to tweak the security policy of Chrome, in order to run "unsafe" snippets in the console?
- Is it possible to manipuate 3rd party Chrome Extensions Network Reqeuests?
- undetected_chromedriver urllib.error.URLError
- Load testing k6 browser + docker
- Editor texto estilo WYSIWYG
- NodeJS crashing chrome browser
- Difficulty Accessing HTTP URLs/IP Addresses Due to Browser Redirecting to HTTPS: Seeking Solutions
- Chrome extension MV3: persistent service worker die after wake up from hibernation
- Attempting to Bundle a Require Command For a Chrome Extension
- Launch URL from C# and detect when browser is closed
- Python selenium scrap data from dynamic website table
- Google Chrome is consuming a lot of CPU on a video call?
- Component drawing error React App on Android + Chrome
- Chrome Selenium CDP Bidi API - Next Commands sended to Target Session have no effect while the initial one does work
- Devtools not working when i try to inspect elements for selenium python it goes to previous page
Related Questions in NTLM
- Pyhton ldap3 NTLM unable to return json.loads data
- NTLM authentication was deprecated in HttpClient 5.3.1; can I authenticate using headers? (Java)
- Changing an app's authentication that uses Active Directory from NTLM to Okta, do I need to touch direct calls to AD that aren't authentication?
- QAF: API ERROR code 0x80072530 : Passed entity object cannot be null or empty
- SSRS Not Displaying Pictures from SharePoint On-Premises
- How to connect to LDAP with NTLM in Node.js
- Delphi Indy NTLM on Windows 11 don't use good user
- NetrServerReqChallenge() API is not able to found in WIN32 Header file
- IIS Reverse Proxy with Windows Authentication and user name forwarding
- WCF - MessageSecurityException-Request forbidden with client authentication scheme Ntlm
- Cypress doesnt open application login popup and instead throws 401 unauthorized directly
- Kerberos Authentication : REDIRECT_REMOTE_USER is disappearing
- How to migrate NTLM auth to Apache HttpClient 5 from older version
- Trying to access an onpremise business central server via NTLM Auth, from Android(400 Error)
- SQL Server to connect to a NTLM auth webservice
Related Questions in HTTP-NEGOTIATE
- BizTalk 2020 - HTTP request unauthorized with client authentication scheme 'Negotiate'. The authentication header received/server was 'Negotiate'
- How to map signal connection to a user ID? JavaScript serverless
- Why chrome does not prompt for NTLM credentials on Linux when only "WWW-Authenticate: Negotiate" is sent? On Windows it does
- Windows Authentication in Chrome/Edge got issue HTTP request is unauthorized...the authentication header received from the server was Nogotitate, NTLM
- Windows authentication in linux docker container
- How to avoid multiple 401 when using Windows authentication on HTTP.sys
- Impersonated HTTP authentication working only on localhost
- What is NTLM/Authenticate/Negotiate web authentication
- Firefox SPNEGO Negotiate protocol - multiple connections?
- git "fatal: Authentication failed for 'http:...'" from Microsoft Visual Studio Team Foundation Server
- Excel VBA: NTLM / Kerberos & Negotiate Authentication in VBA-Web / WinHttp
- How to use a Service Worker With BASIC Authentication (NTLM, Negotiate)
- Unauthorized Error : Negotiate token Instead of bearer token comes in IE
- WCF The HTTP request is unauthorized with client authentication scheme 'Negotiate'
- How does the Negotiate HTTP authentication mechanism establish a session?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Chrome uses the OS library to negotiate the authentication. On Linux this is typically GSS-API, which doesn't correctly negotiate fallback to NTLM.
You can resolve the issue on your Linux machine by installing https://github.com/gssapi/gss-ntlmssp