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

    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 …

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

  4. Connect different Windows User in SQL Server ... - Stack Overflow

    Apr 22, 2016 · Is there a way in SQL Server Management Studio 2005 (or later) to change the Windows Authentication user (as you could in SQL Server 2000 and older)? This is the …

  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 …

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

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

  8. How to pass Windows Authentication credential from client to …

    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 …

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

  10. How to get HttpClient to pass credentials along with the request?

    Aug 31, 2012 · The Windows service is using the ASP.Net MVC Web API (self-hosted), and so can be communicated with over http using JSON. The web application is configured to do …