Questions tagged [ntlm-authentication]

In a Windows network, NT LAN Manager (NTLM) is a suite of Microsoft security protocols that provides authentication, integrity, and confidentiality to users. NTLM is the successor to the authentication protocol in Microsoft LAN Manager (LANMAN), an older Microsoft product.

For more info: https://en.wikipedia.org/wiki/NT_LAN_Manager

150 questions
1
vote
1 answer

SoapUI 5.4.0 Server URL, Credentials, headers based on environment

I have free version of Soap UI 5.4.0. We have multiple environments like Dev, ST, SIT, UAT. I am aware that i cannot create environment specific files in Soap UI free version. (In postman its possible but limitation of NTLM authentication). My…
SidD
  • 5,697
  • 4
  • 18
  • 30
1
vote
0 answers

NTLM Authentication on a mobile device

I am developing an Ionic 5 + Angular 11 mobile application as a mobile interface for an existing Windows REST Server. The server is using NTLM Authentication, which of course is native to a browser and many browsers support this type of…
1
vote
0 answers

Disable default NTLM authentication in JAVA

I am using below code as proxy for NTLM. However in production code is either taking machine logged in use or machine name at exchange service side and not the user specified in the code. can someone please help disabling default NTLM authentication…
1
vote
0 answers

How to create NTLM Token in Node.js?

I am trying to access a wsdl which is password protected and uses ntlm authentication strategy. var wsdl_options= { ntlm: true, username: "Username", password: "Password", domain:'domain' } I am using node-soap but it isn't working I am…
Nitin Khare
  • 147
  • 2
  • 10
1
vote
1 answer

Java NTLM Athentication for sharepoint online services getting 401 error

i tried the below code for getting lists from a clients sharepoint service (2013) its an https (invalid certificcate),i have downlaoded the same certiite and instaleld in cacets.everytime im getting the below response try{ HttpParams …
1
vote
0 answers

NTLM authentication not working with VCS 3 and higher version causing our ui application Woking improperly

My application on struts/spring which as a framework stopped working with vcs 3.x version as ntlm authentication not supporting it . Any suggestions?
Rob
  • 13
  • 4
1
vote
1 answer

Parsing error feature file Cucumber with NTLM-Auth installed

I installed Cypress (v3.8.3) and cucumber-preprocessor (v2.0.1) and that worked. After the installation of ntlm-auth (v2.1.0), cypress don't recognize anymore feature file of cucumber. Error…
1
vote
1 answer

timestamp use in Microsoft NTLM (v2)

I`m working on custom implementing of NTLM and NTLMv2 protocol for authorization on Lync (Skype for business) server. While reading the offical specification and http://davenport.sourceforge.net/ntlm.html I have got several questions which I cant…
Zondic
  • 33
  • 1
  • 4
1
vote
1 answer

Getting Authentication Negotiate instead of NTLM while consuming SOAP WCF Service in Net.Core 2.1

I was trying to connect to a WCF SOAP service using NTLM Authentication Scheme, I succeeded at it when using .Net Framework 4.x but when I try to consume the same service in .NET Core 2.1 it fails (because the Authentication scheme is sent as…
dennisbot
  • 950
  • 1
  • 11
  • 22
1
vote
0 answers

azure-pipeline-task with different user context

Question: Is it possible to execute an azure-pipeline-task with different user context? Background: In my azure devops pipeline I want to execute acceptance-tests in separate pipeline tasks with different user contexts. (e.g. call API endpoint A…
Florian Boehmak
  • 431
  • 4
  • 20
1
vote
1 answer

ntlm_auth against AD with validation of multiple group membership

I have been trying to set up freeradius service for our network devices which would authenticate against Active Directory. I have the authentication working right now. The next piece I am trying to accomplish is to check whether the user is part of…
Madi
  • 11
  • 1
  • 2
1
vote
0 answers

NTLM authentication Pop-up issue

The code below works perfectly and brings popup asking for username of windows and whatever credentials you enter it prints that I want to directly print windows user name without authentication popup pls guide how can I do that in PHP I have tried…
1
vote
0 answers

Connecting to NTLM endpoint

import java.util.ArrayList; import java.util.List; import javax.swing.plaf.synth.SynthSeparatorUI; import javax.xml.namespace.QName; import javax.xml.stream.FactoryConfigurationError; import javax.xml.stream.XMLOutputFactory; import…
keshigan
  • 21
  • 2
1
vote
0 answers

how to debug ntml authentication with titanium web proxy

I am setting up a c# proxy, which authenticates all http negotiate requests with the usercredentials running the proxy. Sadly, using the titanium web proxy i am not able to authenticate via NTML / NTMLV2. Regarding to the github repository, this…
XaverB
  • 81
  • 5
1
vote
1 answer

Handling Windows NTLM authentication with Selenium WebDriver

I am trying to run selenium web driver(Firefox) test cases against a web application which uses NTLM authentication protocol. I used DesiredCapabilities to update the "network.automatic-ntlm-auth.trusted-uris" value with "http://localhost:8080" in…
Sofiene
  • 131
  • 2
  • 10