iPXE discussion forum
How to get the login information to authenticate in IIS basic windows authentication. - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: How to get the login information to authenticate in IIS basic windows authentication. (/showthread.php?tid=8077)



How to get the login information to authenticate in IIS basic windows authentication. - kratos - 2016-05-22 22:36

Hello,

I am new to iPXE, and I having some issues in getting the login information to to authenticate against windows basic authentication in IIS 8. I followed this example "chain http://${username:uristring}:${password:uristring}@my.web.server/boot.ipxe", but I am still getting a 401.1 error message " Denied by Invalid User Credentials".

Do I need to create my own server side process to handle the authentication?

I will appreciate any help in this matter.

Thanks


RE: How to get the login information to authenticate in IIS basic windows authentication. - kratos - 2016-05-29 17:23

Issue resolved, I was using the wrong authentication method in IIS.

Thanks