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
Got the Error "SSL Error: Certificate Authority is not trusted"
I have below identity server authorization endpoint to get access token. It is hosted in virtual machine(accessible only intranet).
https://productdev.co:30200/user/connect/authorize?client_id=<cli...
Eswaran
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
IdentityServer4. Using 2 roles per user
I'm using IdentityServer4 and an MVC client. My problem is just being able to use more than 1 role per user. In the example below, I have 2 controllers, each with its authorize. If 1 user has 2 Roles ...

Marcelo Monteiro
Votes: 0
Answers: 1