Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
61 views

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 ...
Md Ashif Ali's user avatar
0 votes
1 answer
162 views

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 ...
Komadurai Samidurai's user avatar
0 votes
0 answers
55 views

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/...
Bilal.S's user avatar
  • 11
0 votes
1 answer
128 views

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 ...
Mselmi Ali's user avatar
  • 1,315
2 votes
1 answer
147 views

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 ...
Gabriel Weidmann's user avatar
0 votes
1 answer
104 views

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 ...
user1913559's user avatar
0 votes
0 answers
46 views

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 ...
Ingmar H.'s user avatar
1 vote
0 answers
312 views

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/. ...
neves's user avatar
  • 40.4k
0 votes
1 answer
140 views

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, () -> &...
Ruan Ricardo's user avatar
0 votes
0 answers
155 views

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 ...
namahage's user avatar
4 votes
2 answers
5k views

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 ...
Kira Resari's user avatar
  • 2,560
0 votes
0 answers
132 views

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 ...
Pablo Alejandro Incinga's user avatar
-1 votes
1 answer
154 views

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 ...
Code Ninja's user avatar
0 votes
0 answers
341 views

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 ...
Waza_Be's user avatar
  • 39.6k
1 vote
0 answers
473 views

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 ...
user5332's user avatar
  • 774
1 vote
0 answers
1k views

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 ...
HarisH Sharma's user avatar
3 votes
2 answers
2k views

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 ...
Николай Солдаткин's user avatar
1 vote
0 answers
352 views

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 ...
notBacon's user avatar
0 votes
1 answer
585 views

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 ...
prahlad's user avatar
1 vote
0 answers
207 views

NTLM Authentication returns 401 error code. below is OKHttpClient call private fun getOkHttpClient(): OkHttpClient? {return try { val trustAllCerts = arrayOf<TrustManager>( ...
Govind Rastogi's user avatar
1 vote
1 answer
848 views

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> ...
Ahmad Nour Al-Sabaggh's user avatar
0 votes
0 answers
16 views

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 ...
Dayron Salazar Cazañas's user avatar
0 votes
1 answer
792 views

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 ...
ai88's user avatar
  • 33
4 votes
2 answers
4k views

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 ...
Petar's user avatar
  • 43
2 votes
1 answer
832 views

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, ...
Inirit's user avatar
  • 71
2 votes
2 answers
2k views

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(); ...
Jason's user avatar
  • 3,990
0 votes
0 answers
1k views

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 ...
AlperenK's user avatar
1 vote
2 answers
3k views

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? ...
notreallyanengineer's user avatar
1 vote
0 answers
805 views

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 ...
Asce4s's user avatar
  • 919
2 votes
2 answers
4k views

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 ...
Bucks34's user avatar
  • 21
0 votes
1 answer
1k views

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 ...
Mec-Eng's user avatar
  • 199
1 vote
0 answers
353 views

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 */ ...
KARTHIKEYAN.A's user avatar
2 votes
1 answer
4k views

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....
Manoj R's user avatar
  • 31
1 vote
0 answers
178 views

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 ...
wueli's user avatar
  • 1,269
0 votes
1 answer
130 views

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'...
David's user avatar
  • 106
1 vote
0 answers
409 views

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 ...
TryalBA's user avatar
  • 31
1 vote
2 answers
2k views

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 ...
GeorgeThe's user avatar
2 votes
2 answers
2k views

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 ...
Kristijan Glumac's user avatar
5 votes
2 answers
3k views

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 ...
Marcel Grüger's user avatar
0 votes
0 answers
346 views

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, ...
Sobhan Rasti's user avatar
3 votes
0 answers
2k views

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 ...
Lemings's user avatar
  • 31
0 votes
1 answer
2k views

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, &...
Pawel's user avatar
  • 1,367
1 vote
2 answers
3k views

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://...
cristian's user avatar
0 votes
0 answers
309 views

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 ...
IsraGab's user avatar
  • 5,185
0 votes
0 answers
131 views

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. ...
Zoltan Hernyak's user avatar
11 votes
5 answers
25k views

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 ...
spitoglou's user avatar
  • 151
2 votes
1 answer
5k views

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 ...
Rosen Hristov's user avatar
0 votes
1 answer
5k views

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
Kranthi Reddy's user avatar
0 votes
0 answers
63 views

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; ...
TeluTrix's user avatar
2 votes
0 answers
89 views

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 () ...
Evgeny Makhankov's user avatar