About 1,310,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. Windows authentication with IIS | Microsoft Community Hub

    Jan 30, 2023 · Windows authentication with IIS Can someone more familiar with IIS provide a link or a technical document that explains how to set up an IIS 10 server to reliably use Windows …

  4. 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 …

  5. 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 …

  6. How to combine the windows authentication and JWT with .Net Core 2.1

    The Windows Authentication web application would be very small and only does one thing. Authenticate the user via Windows Authentication at an endpoint and return a JWT Token.

  7. How to pass Windows Authentication credential from client to Web API ...

    Oct 20, 2015 · The part I'm struggling to figure out is how to use a single credential to authentication both. I can't figure out how to either pass the Website's credential to the service (I tried …

  8. IIS Express Windows Authentication - Stack Overflow

    Set the "Windows Authentication" property to Enabled, and the "Anonymous Authentication" property to Disabled. I believe this solution is superior to the vikomall's options. Option #1 is a global change for …

  9. 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.

  10. asp.net core - Windows authentication fail with "401 Unauthorized ...

    Mar 17, 2021 · Windows authentication fail with "401 Unauthorized" Asked 4 years, 9 months ago Modified 4 years, 8 months ago Viewed 4k times