Questions tagged [mixed-authentication]
22 questions
9
votes
2 answers
Anonymous access and NTLM authentication in IIS
I have a server set up with IIS, and my site has some pages which should allow anonymous access and some pages which should require the "Integrated Windows authentication". On the Authentication Method screen in IIS it looks like you can enable…

Andrew Hampton
- 1,632
- 3
- 20
- 29
4
votes
0 answers
Cookie+Basic or Cookie+Digest authentication in MVC5 OWIN project
I need to support mixed (Cookie+Basic or Cookie+Digest) authentication in ASP.NET MVC5 OWIN project(s).
The goal is to approach easily adding Basic or Digest authentication to any Visual Studio project that is using Cookie or other custom…

Crulex
- 1,030
- 9
- 16
3
votes
1 answer
ASP.Net MVC 3 Areas and Mixed Mode Authentication
Is it possible to have an ASP.Net MVC Area use different authentication then the rest of the application? The main app has to be forms authentication since it's an extranet. I need to have an Admin section that is only accessible by internal…

Tom Schreck
- 5,177
- 12
- 68
- 122
3
votes
0 answers
ASP.NET 4.5 web forms mixed authentication (Integrated mode)
I'm trying to achieve the following scenario's for my intranet site that i'm developing:
When a user which is logged on a PC in the same domain as the website and connected to the same network as the website, accesses the intranet site, (s)he will…

Pim Dröge
- 85
- 1
- 10
3
votes
1 answer
AuthCookie is set, still being redirected to login.aspx
I'm setting up mixed mode authentication in a C# web app. I set the AuthCookie in the WindowsAuthentication website and then try to redirect to the FormsAuthentication website. I think the cookie is in the correct path and everything because…

Gagege
- 650
- 3
- 8
- 20
2
votes
0 answers
OWIN MixedAuth User.Identity.GetUserId returns null
I am using OWIN-MixedAuth to authenticate website users. Running it locally with VS2015 on a Win10 mahine everything is fine. Deploying it to the productive Windows 2008 R2 server within an AD domain the User.Identity isn't a ClaimsIdentity, it is a…

bdongus
- 658
- 4
- 20
2
votes
1 answer
Mixed authentication in ASP.NET application
I've got an ASP.NET application which uses forms authentication.
We're adding on an HttpModule that responds to requests in the /webdav folder and below. We need to use basic/digest authentication for these requests.
With set to…

Michael Shimmins
- 19,961
- 7
- 57
- 90
2
votes
1 answer
windows and anonymous authentication on IIS 7.5, allow auto login for internal and manual login for external
Scenario:
https asp/asp.net website running of IIS 7.5 (windows server 2008)
IIS currently configured to allow anonymous authentication and forms authentication ,asp.net impersonation are disabled while windows authentication is not installed (I…

ssq
- 51
- 1
- 6
1
vote
2 answers
ASP.NET mixed windows/forms authentication problem with session objects
Weird problem here, we're running a few mixed environment web applications, that use Windows or Forms authentication depending on where the user comes from.
I'm curious how everyone else might be handling expired sessions to avoid the errors you…

thismat
- 2,096
- 17
- 24
1
vote
0 answers
Web API (under IIS) Windows Authentication with Bearer Token
It's so strange that this simple solution is not yet implemented or is it that I can't Google it ;p) (I'm trying from last 5 days).
My requirements:
Call from Angular App (withCredentials = true) on a URL to see if it is windows user (challenge…

NikhilP
- 53
- 2
- 11
1
vote
1 answer
ADFS User users mapping to custom user in asp.net web app
We have an ASP.NET (4.5) web app using Forms authentication and custom database to authenticate users. Our client uses ADFS Active Directory Federation Services and would like to use ADFS users to log into our web app. I need to figure out how to…

rafskiBob
- 17
- 3
1
vote
1 answer
Mixed Mode Authentication (SQLMembershipProvider )in TFS 2010
I'm new to TFS 2010 (Team Foundation Server 2010) and I'm looking forward to authenticate users in TFS using Mixed Mode Authentication. I mean using Windows Mode Authentication and SQL Authentication with SQLMembershipProvider and…

Gonzalo Gallotti
- 2,413
- 3
- 23
- 28
1
vote
1 answer
ASP.NET Forms Authentication and Windows Authentication
I have started looking into Forms Authentication with Windows Authentication (I believe its called Mixed Forms Authentication, but I could and probably am wrong)
So far I have discovered in my web.config file I need to add the following…

user979331
- 11,039
- 73
- 223
- 418
1
vote
0 answers
ASP.NET Mixed authentication IIS 8
I'm trying to create an application that mixes windows authentication with forms authentication. The idea is simple: whenever the browser is able to use NTLM and the user has permissions, then he should be automatically logged in. When that doesn't…

Luis Abreu
- 4,008
- 9
- 34
- 63
1
vote
0 answers
Owin challenge triggers in the second intent on DNN
I've created a custom login module for DNN with mixing authentications: 1) Authenticate thru ADFS. 2) Authenticate with regular forms authentication. Everything is working except:
protected void Adfs_Click(object sender, EventArgs e)
{
…

lienysd
- 149
- 1
- 6