-
running in github actions(and locally via node)
Mocked: if I remember correctly, there is a protocol example in the Microsoft spec, could be nice to set it up to run via a mock server(might not be …
-
Hi,
I'm having some segfaults here. nginx version: nginx/1.20.1
Please help me to get some debug info for you.
-
AuthSspi.cpp makes a call to AcquireCredentialsHandle in the ctor of class AuthSspi (line 112) with the security package hard-coded as "NTLM".
Consider changing this to "Negotiate" to allow Kerbe…
-
I got gist like below, which make a multipart post to the server.
``` ruby
hydra = Typhoeus::Hydra.new(max_concurrency: 3)
```
When max_concurrency is under 3, everything is fine, but when I se…
-
Hi,
I'm using Xibo in connection with a Microsoft Sharepoint environment. I had some difficulties to get the RSS feeds working, but I finally managed to get them displayed.
The problem is that Share…
-
```
Hi. According to the homepage, this library is Python 3 compatible. However if
you try to install it from PyPI eg. with the command `pip install python-ntlm`
then installation fails with syntax …
-
Hi,
ApacheHttpComponents support configuring AuthSchemeRegistry. However Jersey doesn't seem to provide an option to set default authScheme Registry. Is there some way I can configure the same? Also …
-
#### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help th…
-
Would it be possible to enable SSO for the webpart so users do not have to login? Ie: user opens SP and is authenticated via NTLM, webpart grabs the user's email address from Active Directory (or from…
-
By the looks of it, all this code is doing is getting the username out of the NTLM request and verifying it's existance in an LDAP directory. There is no actual authentication - anyone can spoof a use…