Questions tagged [mixed-authentication]

22 questions
1
vote
0 answers

asp.net MVC + Custom STS for Windows & SQL based mixed authentication (external and internal users)

I have internal users which I need to authenticate using Windows authentication & other external users which are stored in SQL tables. I need to be able to authenticate both appropriately based on on the scenario, like, If the internal users open…
0
votes
0 answers

Azure AD SSO Login and Standard Login at ASP.NET MVC

enter image description here I want an asp.net web application with SSO login and normal login. I have followed all the steps from the Microsoft Document…
0
votes
1 answer

ASP.NET Core "fake" Mixed Authentication

I'd like to implement a "fake" Mixed Authentication using ASP.NET Core Identity and Individual User Accounts as the underlying authorization method. The process should be like that: database User table is populated with all employees (i.e. Username…
0
votes
2 answers

OWIN Mixed Authentication IIS Issue

I have a project where Windows Authentication and Forms login are required. I came across OWIN Mixed Authentication which seems to meet my requirements. Before implementing into my own project I tried running the sample solution from the source…
0
votes
1 answer

Multiple Site Authentication with Cookie

I've multiple intranet sites which are in same domain like: testsite/site1 testsite/site2 In these applications I'm using OWIN-Mixed authentication. But I couldn't find the way to authenticate a user in one site and use the authentication in the…
Kaan
  • 902
  • 2
  • 16
  • 38
0
votes
1 answer

Mixing Forms and Windows Security in ASP.NET

I am having trouble using Mixed Forms Authentication and Windows Security. I am not too familiar with IIS and security. I found this article today: https://msdn.microsoft.com/en-us/library/ms972958.aspx#mixedsecurity_topic5 I first started by…
0
votes
1 answer

Troubleshooting why WindowsAuthentication module is not kicking in for a particular page

For more than a couple of years, we have successfully used the approach outlined in this post for enabling mixed-mode authentication in our Asp.Net app: https://stackoverflow.com/a/7735008 We have 2 pages, Login.aspx and WindowsLogin.aspx with…
1
2