Top "Aspnet-contrib" questions

How to handle expired access token in asp.net core using refresh token with OpenId Connect

I have configured an ASOS OpenIdConnect Server using and an asp.net core mvc app that uses the "Microsoft.AspNetCore.…

cookies asp.net-core openid-connect aspnet-contrib
AspNetCore.Authentication.JwtBearer fails with No SecurityTokenValidator available for token with .net core RC2

I'm trying to get a simple endpoint working that issues and consumes JWT tokens using AspNew.Security.OpenIdConnect.Server to …

authentication asp.net-core jwt openid-connect aspnet-contrib
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
Separating Auth and Resource Servers with AspNet.Security.OpenIdConnect - the Audience?

The example on the AspNet.Security.OpenIdConnect.Server looks to me like both an auth and resource server. I would …

asp.net-web-api oauth asp.net-core openid-connect aspnet-contrib