About 1,620,000 results
Open links in new tab
  1. The evolution of Windows authentication | Windows IT Pro Blog

    Oct 11, 2023 · As Windows evolves to meet the needs of our ever-changing world, the way we protect users must also evolve to address modern security challenges. A foundational pillar of Windows …

  2. How do I connect to SQL Server via sqlalchemy using Windows …

    sqlalchemy, a db connection module for Python, uses SQL Authentication (database-defined user accounts) by default. If you want to use your Windows (domain or local) credentials to authenticate to ...

  3. Using Windows Authentication in ASP.NET - Stack Overflow

    This Stack Overflow post discusses implementing Windows Authentication in ASP.NET applications and addresses common issues and solutions.

  4. Unable to get windows authentication to work through local IIS

    To ensure that IIS uses Windows Authentication, I think you should try to turn of other authtentication methods. If Anonymous Authentication is enabled, Windows authentication will not work.

  5. How to enable Windows authentication with server side Blazor

    I have a Blazor Server-side application which uses Windows Authentication using IIS. The application is hosted on IIS and I've changed the Identity of the website of the application pools to a system …

  6. Receiving login prompt using integrated windows authentication

    Mar 23, 2011 · I have a .NET 3.5 application running under IIS 7 on Windows 2003 server and cannot get integrated windows authentication working properly as I continue to get prompted for a login. I …

  7. Connection string using Windows Authentication - Stack Overflow

    This Stack Overflow thread discusses how to use a connection string with Windows Authentication in your application.

  8. windows authentication - Pass NTLM with Postman - Stack Overflow

    May 20, 2016 · Is there a way to pass Windows Authentication with postman? I have added this in header but still 401 Unauthorized. Authorization: NTLM TkFcYWRtaW46dGVzdA== As suggested by …

  9. In IIS, why doesn't Window Authentication show up as one of the …

    Nov 9, 2011 · 69 I'm reading about how to set up windows authentication for my web application on IIS 7. In the description they have Window Authentication as an option in IIS. I have Windows …

  10. Connecting to MS SQL Server with Windows Authentication using …

    How do I connect MS SQL Server using Windows Authentication, with the pyodbc library? I can connect via MS Access and SQL Server Management Studio, but cannot get a working connection ODBC …