- Implementing an OpenIddict Authorization server: A Basic Authorization Server
- Implementing an OpenIddict Authorization server: Social Login with GitHub
- An introduction to the ASP.NET 5 Generic OAuth Provider
- Advanced configuration in the ASP.NET 5 Generic OAuth Provider
- Authenticate with OAuth 2.0 in ASP.NET Core 2.0
- Accessing the OIDC tokens in ASP.NET Core 2.0
- Overriding the NameClaimType when using the ASP.NET Core OpenID Connect middleware
- Adding parameters to the OpenID Connect Authorization URL
- Managing Cookie Lifetime with ASP.NET Core OAuth 2.0 providers
- Setting up an Authorization Server with OpenIddict - Part I - Introduction
- Setting up an Authorization Server with OpenIddict - Part II - Create ASPNET project
- Setting up an Authorization Server with OpenIddict - Part III - Client Credentials Flow
- Setting up an Authorization Server with OpenIddict - Part IV - Authorization Code Flow
- Setting up an Authorization Server with OpenIddict - Part V - OpenID Connect
- Setting up an Authorization Server with OpenIddict - Part VI - Refresh tokens
- An introduction to OAuth 2.0 using Facebook in ASP.NET Core
- An introduction to OpenID Connect in ASP.NET Core
- Add Login Using the Authorization Code Flow with PKCE
- OAuth Code Flow
- OAuth Implicit Flow
- OIDC Hybrid Flow
- OAuth Client Credentials Flow
- Authorization Code Flow
- OAuth 2.0 and OpenID Connect (in plain English)
- SECURING OAUTH BEARER TOKENS FROM MULTIPLE IDENTITY PROVIDERS IN AN ASP.NET CORE API
- SECURING MULTIPLE AUTH0 APIS IN ASP.NET CORE USING OAUTH BEARER TOKENS
- Understanding OAuth 2.0 & 2.1
- ASP.NET Core OAuth Integration (Youtube)
- ASP.NET Core Custom OAuth Server (.NET 7 Minimal Apis C#)
- openiddict/openiddict-core - Versatile OpenID Connect stack for ASP.NET Core 2.1/3.1/5.0 and Microsoft.Owin 4.1 (compatible with ASP.NET 4.6.1)
- robinvanderknaap/authorization-server-openiddict - Authorization Server implemented with OpenIddict.
- AspNet.Security.OAuth.Providers