Top "Openiddict" questions

Versatile OpenID Connect stack for ASP.

An unhandled exception occurred while processing the request in OpenIddict

So, I'm trying to implement OpenIddict version 1.0.0-beta2-0580 with NET core 1.1 and I get the following error: An unhandled …

c# asp.net-core .net-core openiddict
AddJwtBearer OnAuthenticationFailed return custom error

I am using Openidict. I am trying to return custom message with custom status code, but I am unable to …

asp.net-core asp.net-core-2.0 openiddict
How to retrieve ClaimsPrincipal from JWT in asp.net core

In my solution, I have two projects. 1) Web API and 2) MVC. I am using ASP.NET Core. API issues JWT …

c# asp.net-core asp.net-core-mvc openiddict
IdentityServer4 vs AspNet.Security.OpenIdConnect.Server vs OpenIddict

In an attempt to understand what I may use for OpenId Connect Server implementation, I have looked into what each …

asp.net-core openid-connect identityserver4 openiddict
How do you troubleshoot AspNet Core missing dependencies?

So I made a change to my project.json which caused a re-restore which is coming up with a bunch …

asp.net-core aspnet-contrib openiddict