Skip to main content

All Questions

1 vote
1 answer
980 views

asp.net core data protection PersistKeysToAzureBlobStorage SAS token

We're currently working on a project that's in Azure and I wanted to make use of the extension methods available to persist the data protection keys to Azure Blob Storage. One of the methods ...
ayoubj's user avatar
  • 11
1 vote
1 answer
2k views

.net core 2.0 & Identityserver4 : Cookie Not getting expired after logout

I am using identityserver4 for all configured clients with "AccesssTokenType=1" i.e. reference type. I have one web app hosted for server, and other one for clients. I used default identityserver ...
Agni's user avatar
  • 428
1 vote
1 answer
3k views

Map asp.net core 2.0 Identity to existing DB schema

I have built a small web application with asp.net core 2.0 MVC. In this web application, I did not implement any authentication methods so far. Right now I have an MSSQL database running in the ...
misanthrop's user avatar
0 votes
1 answer
528 views

ASP.Net Core Authentication Providers

I created an ASP.Net Core 2.0 MVC using authentication providers as described here: https://learn.microsoft.com/en-us/aspnet/core/security/authentication/social/ On localhost (i.e. when run via ...
JohnLBevan's user avatar
  • 23.9k
0 votes
1 answer
309 views

ASP.NET Core 2 MVC Cookie based authentication. Are there more options?

I have ASP.NET Core 2 MVC project with Cookie based authentication. Code I have attached below. Right now I don't have any problems but I am looking to improve it or any other options that I also need ...
Ali's user avatar
  • 57
0 votes
1 answer
942 views

Share credentials between 2+ internal MVC Core 2 apps w/o Identity Server

What is the best way to share credentials between 2+ ASP.Net MVC Core applications, meaning a user can log into one application and will have access to the other application(s). The apps are for ...
davewilliams459's user avatar
2 votes
1 answer
2k views

Windows Authentication .Net Core 2.0 Show Username Without Security Prompt

I created a brand new Asp.Net Core 2.0 web mvc application with windows authentication enabled. If I immediately hit play it prompts me for user credentials which is not what I want. If I hit cancel ...
Ben's user avatar
  • 1,960
4 votes
1 answer
12k views

Set the login url in ASP.Net MVC Core 2.0

Due to the fact that I am not good enough in authentication related stuff and I want to port a custom authentication to the ".Net Core 2.0" I need help. There are several similar questions out there ...
Hamid Mayeli's user avatar