Timeline for Windows NTLM authentication using Golang
Current License: CC BY-SA 3.0
14 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Jun 5, 2019 at 0:33 | comment | added | georgeok | I solved this problem by disabling the “extended protection” on IIS | |
Jul 11, 2018 at 20:12 | comment | added | fuglede | Do you need to do this with the credentials of the current user? If so, you can do it with COM: stackoverflow.com/questions/42816600/… | |
Jun 28, 2018 at 11:50 | comment | added | Vijay Kumar | @Vikram did anyone got the answer for this, even i need to do NTLM authentication over https | |
Mar 30, 2018 at 2:32 | comment | added | Vikram | No this did not get resolved, but this was more about a go client (cli) making a call to rest API using Windows authentication | |
Mar 29, 2018 at 0:11 | comment | added | tlbignerd | Did this every get resolved? I'd be interested in seeing the answer as we're about to implement a Go web server with Windows Authentication. | |
Jun 30, 2017 at 14:56 | comment | added | Vikram | thank.. am wondering the same... but i could not see/understand what is different.. i did figure out the Authorization - NTLM... but thats jsut about how to configure IIS - i am guessing NTLM version issue... anywayz i'll keep digging.. Thanks again @Adrian for your feedback!!! | |
Jun 29, 2017 at 21:47 | history | edited | Vikram | CC BY-SA 3.0 |
adding more debug info...
|
Jun 29, 2017 at 21:41 | comment | added | Adrian | If you look at the readme for that library, there are some fairly specific circumstances under which it's designed to work, that may or may not be the issue. | |
Jun 29, 2017 at 21:31 | history | edited | Vikram | CC BY-SA 3.0 |
added 299 characters in body
|
Jun 29, 2017 at 21:29 | comment | added | Vikram | ok here is an update... it does actually work at times... i setup a local site which requires authentication the difference i see is the IIS version {401 Unauthorized 401 HTTP/1.1 1 1 map[Content-Type:[text/html] Server:[Microsoft-IIS/8.5] Www-Authenticate:[NTLM Negotiate] Date:[Thu, 29 Jun 2017 21:25:13 GMT] vs 200 OK 200 HTTP/1.1 1 1 map[Content-Type:[text/html] Accept-Ranges:[bytes] Server:[Microsoft-IIS/10.0] Persistent-Auth:[true] L | |
Jun 29, 2017 at 20:41 | comment | added | Vikram | corrected myself - it does not work with any (had performed a bad test ) | |
Jun 29, 2017 at 20:40 | history | edited | Vikram | CC BY-SA 3.0 |
deleted 41 characters in body
|
Jun 29, 2017 at 20:16 | comment | added | Adrian | What's the difference between the sites it works with and those where it does not? | |
Jun 29, 2017 at 20:04 | history | asked | Vikram | CC BY-SA 3.0 |