python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Getting 401 Unauthorized with MVC Pages while Identity Razor pages work as expected
Background
I am doing a POC to find out if Angular, Razor and MVC pages work seamlessly in a web application. I started with Visual Studio template named "ASP.NET Core with Angular". I have ...
Ravi M Patel
Votes: 0
Answers: 1
Where can I find the aspnetcore Identity UI tests
I have made some minor changes to the downloaded Identity scaffolding UI razor page. I would like to include test for my changes.
Where can I find the Asp.Net Core Razor Identity UI XUnit/NUnit tests...

Phil Huhn
Votes: 0
Answers: 0
GetAuthorizationContextAsync(returnUrl) returns null but I have no idea what I'm missing
I am trying to implement an Identity Server Solution that redirects the user to different Login Views depending on the client application they come from.
To do this, in the AccountController.cs file I...
lptome
Votes: 0
Answers: 1
How do I initialize database with default values in .net6
Till .net5 I've been Seeding data using the following in startup.cs file:
SeedData.Seed(_userManager, _roleManager);
And then in a seperate file SeedData.cs, the following code:
public static class S...

user17974802
Votes: 0
Answers: 1