149 questions
0
votes
0
answers
61
views
I want to build a Network sign-in PLAP
I have tried to create a Custom Credential Provider similar to Microsoft PLAP (rasplap.dll). Because the Windows one does not have any other custom input field (OTP/TOTP to perform MFA) apart from the ...
0
votes
1
answer
162
views
Unable to send email from magento2.3.5p2 version
I am facing an issue while trying to send emails from my Magento 2.3.5-p2 site using the Mageplaza SMTP extension. Below is the error I encountered:
Warning: stream_socket_enable_crypto(): SSL ...
0
votes
0
answers
55
views
Retrieve user’s mailbox items from Exchange Server 2019 On-Prem using Windows Authentication only (Direct from React or through .NET API)
Exchange Server 2019:
The requirement is to enable the user to open a webpage (mainly React JS) which will retrieve and display mailbox items for the current logged-in user by calling the /EWS/...
0
votes
1
answer
128
views
Issue with Windows Authentication Type on IIS with Multiple Host Bindings
I'm facing an issue with Windows Authentication when deploying my Single Sign-On (SSO) application using Duende SSO on IIS. The application is secured using an SSL certificate with the following ...
2
votes
1
answer
147
views
How can I use windows NTLM auth for blazor webassembly SignalR
In one of my current projects we decided to give blazor webassembly a try, as blazor serverside works great, but of course got some latency when interacting with the web controls due to all of the ...
0
votes
1
answer
104
views
Unable to query NTLM-protected APIs from within a Docker Container
We are building a Worker service that we want to host in a Docker container. This container interacts with the REST APIs for our on-premise SharePoint server. Authentication in SharePoint REST APIs ...
0
votes
0
answers
46
views
WCF routing with WCF service using Negotiate authentication
I have an existing WCF service that uses Transport security with Negotiate authentication with windows credentials.
The client uses impersonation with credentials accepted by the remote service. Now I ...
1
vote
0
answers
312
views
How to prevent VSCode to inherit the proxy environment variables?
I use VSCode behind a corporative proxy that authenticates using NTLM. Since version 1.15 VSCode understands NTLM protocol and no proxy configuration is necessary for it to access the internet \o/.
...
0
votes
1
answer
140
views
Call NTLM secured endpoint via Apache Camel
I am creating the following route, which uses NTLM authentication, but 401 is always returned and with the following error
from("direct:start")
.setHeader(Exchange.HTTP_METHOD, () -> &...
0
votes
0
answers
155
views
How to authenticate with REST API service on IIS using pass-through authentication in Python?
I need to send REST request to a REST API service, which is running on on-premiese IIS.
The IIS uses NTLM authentication, so I tried to send GET request using requests and requests_ntlm library, but ...
4
votes
2
answers
5k
views
Apache HTTP Client 5.3 ~ NTCredentials no longer working
I have a project that uses org.apache.httpcomponents.client5:httpclient5. I recently tried upgrading from version 5.2.3 to version 5.3, only to realize that the authentication was no longer working in ...
0
votes
0
answers
132
views
Basic authentication ssl and NTLM NET 5 API
How can I use basic authentication with ssl and NTLM at the same time in a NET 5 API?
The background of the question is the following: we are using a web UI which authenticates with NTLM (this should ...
-1
votes
1
answer
154
views
Using a specific User/Domain in a Msxml2.ServerXMLHTTP request in classic ASP [duplicate]
We have a client we need to communicate with and their API page only supports NTLM authentication.
Our site runs classic ASP (jScript) so forgive that the syntax is slightly different than the what ...
0
votes
0
answers
341
views
SQL Server to connect to a NTLM auth webservice
I have a webserver running a REST API, and I need to query from a SQL Server.
I can easily make the API work with Postman and the NTLM option as seen below:
but I have no idea how to do that with SQL ...
1
vote
0
answers
473
views
Send e-mail to Exchange server via authentication NTLM
UPDATE: only one valid solution is Symphony mailer
https://symfony.com/doc/current/mailer.html
PHPMailer has no support of NTLM authentication.
And I finally could not find any alternative that should ...
1
vote
0
answers
1k
views
How to embed "AVEVA (OSI Soft) - Pi Vision" displays
I am working on a website in which I want to integrate AVEVA (OSI Soft) Pi Vision. Main requirement is to embed the Pi Vision displays in the new website.
I have a user, by which I am able to login on ...
3
votes
2
answers
2k
views
.net core HTTPClient with NTLM authentication
I've got a .net core 7 microservice hosted in docker/kubernetes. Service must invoke external api which use Windows Authentication. Is there any way to use httpclient with ntlm auth inside docker ...
1
vote
0
answers
352
views
How to use NTLM authentication from RHEL 8 to RDS for query
I am attempting to connect to a RDS instance that is joined to the AD.
The authentication mechanism it is using is NTLM.
Hence, on my instance where my python web app is hosted, it has to connect to ...
0
votes
1
answer
585
views
Cypress GitHub Actions Error: The cypress-ntlm-auth plugin must be loaded before using this method
I downloaded latest NodeJS application and using Cypress 9.7.0 .
Below are the steps I followed:
1.Proxy Set Up
2.npm install
3.used npx cypress-ntlm open/run
It's working on the runner server, but ...
1
vote
0
answers
207
views
OKHttpClient with NTLM Authentication returns 401 in Android
NTLM Authentication returns 401 error code. below is OKHttpClient call
private fun getOkHttpClient(): OkHttpClient? {return try {
val trustAllCerts = arrayOf<TrustManager>(
...
1
vote
1
answer
848
views
WebView can't showing login js pupup "basic auth" in react-native
I am trying to open this page to test NTLM login in my react-native app:
link: https://authenticationtest.com/HTTPAuth/
the code:
return (
<View style={styles.root}>
<View>
...
0
votes
0
answers
16
views
I need to know how to pass variables in python as parameters on a program in windows [duplicate]
I started a little project to learn python, is a QT front-end for a desktop app that uses a 3rd party app to authenticate a user into a proxy system(cntlm), so I need to pass user and password(among ...
0
votes
1
answer
792
views
Cannot "Add" List Item to SharePoint List using shareplum
I am trying to update a Sharepoint list using shareplum. I am able to read information but for some reason I am not able to add a new list item. What is going wrong here?
from shareplum import Site
...
4
votes
2
answers
4k
views
Cypress: Is it possible to navigate to a web page and leave it opened for the next tests?
I am planning to update the Cypress version of an existing project from 6.9.1 to 12.6.0.
Currently we are navigating to a web page and logging in with ntlm-auth in a before() hook. After that the web ...
2
votes
1
answer
832
views
When the UseDefaultCredentials property of an HttpClientHandler is set to true, how do credentials actually get resolved for a request?
When creating an instance of an HttpClient, you can pass an instance of an HttpClientHandler to configure how you want the client to behave. One of these options is the UseDefaultCredentials property, ...
2
votes
2
answers
2k
views
Spring WebClient Windows NTLM Authentication
I can't find any good sample or doc that explains this clearly. I can successfully authenticate with the (older) RestTemplate:
HttpClientBuilder httpClient = HttpClients.custom();
...
0
votes
0
answers
1k
views
Ansible Playbooks connection to Rest api with win_uri
I'm trying to authenticate to a REST API with using NTLM authentication.
First I tried uri module but that didn't have support for NTLM. So I installed win_uri because looks like its supporting ntlm ...
1
vote
2
answers
3k
views
Second NTLM Authorization Header
When performing a curl with --ntlm, what is happening between the WWW-Authenticate header being sent back, and then then the second NTLM Authorization header being sent to finally return a 200?
...
1
vote
0
answers
805
views
AWS glue NTLM authentication
I'm trying to connect a on-prem sqlserver from AWS Glue using NTLM authentication, To do that I need to add following arguments to the connection url
integratedSecurity=true;authenticationScheme=NTLM
...
2
votes
2
answers
4k
views
HttpClient with Windows Authentication returns 401 Unauthorized with Xamarin.Forms
I'm trying to make a Login for my Xamarin.Forms App and the Windows Authentication does not work for me, but just from my Xamarin-Code. When I try to browse the Webservice through Postman or just a ...
0
votes
1
answer
1k
views
RestSharp version > 107: How to implement NtlmAuthenticator?
I got a source code from a colleague in which using RestSharp (version 106.15.0) in VB.NET retrieves data from a web api.
I updated the RestSharp version to 108.0.1 and the code no longer works. I ...
1
vote
0
answers
353
views
express-ntlm: how to get additional attribute value in req.ntlm?
In express-ntlm package i have added password attribute but i'm not able to get its value while i provide in private window of chrome. I always getting empty value.
My code is:
/* jshint node:true */
...
2
votes
1
answer
4k
views
How to pass NTLM credentials using angular http post call? [duplicate]
I am working on localhost where angular and web api using 2 different ports that's causing issue now.
I am trying to call web api c# from angular like this
this.http.post<AccessToken>(`${this....
1
vote
0
answers
178
views
HTTP request with NTLM authentication in Julia
Is there a way the execute an HTTP request that requires an NTLM authentication with Julia.
As far as I know, HTTP.jl does not support it natively.
For reference, in my case, the python equivalent is
...
0
votes
1
answer
130
views
Why is CDOSYS sending me a type 3 message with a 56 byte response?
I have some really old code that I'd like to get working with the CDO.Message object. Many years ago, I think this code did work (Windows 98?), but then it didn't work starting with Windows XP (now I'...
1
vote
0
answers
409
views
Lambda Function and NTLM
I'm investigating to generate a Lambda Function (Java) with SOAP WSDL transfer protocol and NTLM as authentication protocol.
Could somebody tell me if is it possible? I've read that maybe it's no ...
1
vote
2
answers
2k
views
How to install/use a cypress plugin without using npm install
I'm trying to install/use this cypress plugin https://github.com/bjowes/cypress-ntlm-auth for my automation tests so I can login to an application that uses ntlm authenticator, but I cannot use npm ...
2
votes
2
answers
2k
views
Angular SignalR and Windows Authentication (NTLM)
My question is pretty straightforward. I am using Windows Authentication in .NET Core. On the front end part of the app (Angular) I have a HTTP interceptor which sets
widhcredentails: true
to the all ...
5
votes
2
answers
3k
views
Using NTLM/Kerberos on RestSharp since v107
Since some time it seems the NtlmAuthenticator of RestSharp is deprecated. The somewhere mentioned method of setting setting.UseDefaultCredentials = true; isn't available either.
So how can I use NTLM ...
0
votes
0
answers
346
views
login automatically to NTLM Authentication site in Webbrowser WPF_C#
I try to open a site but first must fill username and password. I have username and password and I want to fill username and password in my code and users not see Authentication.
this is a sample, ...
3
votes
0
answers
2k
views
HTTP request is unauthorized with client authentication scheme 'Ntlm'. The authentication header received from the server was 'NTLM'.'
this is maybe my last chance to make it work... We are developing an integration with MS Navision at a customer site and therefore we got some webservices. I have added them as service reference and ...
0
votes
1
answer
2k
views
Java HttpClient with NTLM - how to use default network credentials
In .NET we can create HttpClient that would use credentials of the current process/user:
var uri = new Uri("http://service-endpoint");
var credentialsCache = new CredentialCache { { uri, &...
1
vote
2
answers
3k
views
NTLM in Cypress
I want to access a link that is protected with username and password through a windows authentication popup.
I read that this requires an NTLM plugin for Cypress. I want to access a form link https://...
0
votes
0
answers
309
views
Run impersonate in iisnode
I have a nodejs server s1 running on IIS (using iisnode).
I'm using http-proxy-middleware to forward an http request to another server s2 (can't access that server from client because of cors).
s2 ...
0
votes
0
answers
131
views
C# ASP redirects to ~/Account/Login for some reason - when the user is authenticated
I recently updated my C# asp project from framework v4.5 to v4.8, and also updated the referenced nuget packages. It is a webdav project to let the users browse our sql DB using the webdav style. ...
11
votes
5
answers
25k
views
MD4 hashlib support in Python 3.8
I am trying to implement a soap client for a server that uses NTLM authentication. The libraries that I use (requests-ntlm2 which relies on ntlm-auth) implement the MD4 algorithm that lies in the core ...
2
votes
1
answer
5k
views
NTLM authentication in Apache HttpClient
I am building an application that reads JSON response from certain endpoints and I am trying to authenticate in Apache HttpClient using NTLM authentication:
The class that is responsible for ...
0
votes
1
answer
5k
views
How to create NTLM Authentication Using spring
I am using NTLM authentication for my service. How to create the NTLM authentication in my API service call can anyone help with that? I need the complete coding for NTLM authentication
0
votes
0
answers
63
views
Is there a way to include "@" in the user when establishing a smb connection with NtlmPasswordAuth using Java?
I have a username which has an @ in it and I want to establish a smb share connection (host OS: MacOS).
Lets say I have:
user: blabla@bla
pass: passw0rd
String url = distribution_path;
...
2
votes
0
answers
89
views
Android_Ntlm - problem with passing Domain name
For NTLM authentication I am using an external library https://github.com/netcosports/Android_Ntlm
When I don’t transfer the domain
like this
OkHttpClient client = new OkHttpClient.Builder ()
...