About 11,200,000 results
Open links in new tab
  1. c# - Detecting Web.Config Authentication Mode - Stack Overflow

    Detecting Web.Config Authentication Mode Asked 17 years, 2 months ago Modified 4 years, 2 months ago Viewed 24k times

  2. c# - ASP.NET Core Web API Authentication - Stack Overflow

    Aug 16, 2016 · 115 I'm struggling with how to set up authentication in my web service. The service is build with the ASP.NET Core web api. All my clients (WPF applications) should use …

  3. What is the most common way to authenticate a modern web app?

    Oct 11, 2019 · As far as web application is concerned web application request should have state, session is the most common way to have state. And when we consider REST API's requests …

  4. The definitive guide to form-based website authentication

    Authentication can be completely delegated to a single-sign-on service, where another provider handles collecting credentials. This pushes the problem to a trusted third party. Google and …

  5. c# - 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.

  6. Can't login to website using windows authentication IIS

    Jul 6, 2015 · Enabling windows authentication on IIS so that IIS authenticates the user. Adding a setting to your web.config so that ASP.NET knows what authentication provider to use.

  7. ASP.NET Calling WebMethod with jQuery AJAX "401 (Unauthorized)"

    Apr 13, 2014 · 6 401 Unauthorised means that: User authentication hasn't been provided or It was provided but failed authentication tests This corroborates with what you've said about adding …

  8. spring - Reason: No AuthenticationProvider found for org ...

    Dec 26, 2016 · I've configured spring security namespace to authenticate with my custom authentication manager: web.xml

  9. Upgrading the deprecated WebSecurityConfigurerAdapter in …

    May 25, 2022 · 1 The below code demonstrates the possible solution of implementing Spring Security With Basic Authentication without WebSecurityConfigurerAdapter. Here, in the old …

  10. Windows Authentication in web.config in asp.net mvc4

    I need to enable Windows Authentication from my web.config, without setting it in IIS. I have the following elements in the web.config: authentication mode="Windows identity impersonate="true