Implementing advanced scenarios using the new OpenIddict RC3 events modelIn this post, discover how to leverage the events model introduced in OpenIddict RC3 to implement advanced features. 2018 Jul 2
The new ASOS and OpenIddict packages are now on NuGet.orgIn this post, discover what's new in the latest ASOS and OpenIddict packages. 2017 Oct 20
Using Azure Key Vault with ASOS and OpenIddictIn this post, discover how you can use Azure Key Vault to sign JWT tokens issued by ASOS and OpenIddict. 2017 Aug 15
AspNet.Security.OpenIdConnect.Server 1.0.1 is outIn this post, learn more about the 1.0.1 release of the OpenID Connect server middleware package 2017 Aug 4
AspNet.Security.OpenIdConnect.Server 1.0.0 general availabilityIn this post, learn more about the 1.0.0 RTM release of the OpenID Connect server middleware package 2017 May 8
Migrating to AspNet.Security.OpenIdConnect.Server RC1In this post, discover how to migrate to the latest OpenID Connect server middleware package 2017 Mar 14
Implementing simple token authentication in ASP.NET Core with OpenIddictIn this post, discover how to add token authentication with OpenIddict by implementing the OAuth 2.0 password flow. 2017 Jan 30
The new aspnet-contrib packages are outIn this post, discover the new features offered by the new aspnet-contrib packages released in November 2016. 2016 Nov 30
Creating your own OpenID Connect server with ASOS: conclusionLearn how you can create your own OpenID Connect server using ASOS in 7 steps. 2016 Jul 13
Creating your own OpenID Connect server with ASOS: testing your authorization server with PostmanIn this post, discover how to test your authorization server and how to query your token-protected API endpoints using Postman. 2016 Jul 13
Creating your own OpenID Connect server with ASOS: adding custom claims and granting scopesIn this post, discover why attaching a destination to your claims is necessary to allow ASOS to serialize them in the access/identity tokens returned to the client application and how you can easily grant one or multiple scopes. 2016 Jul 13
Creating your own OpenID Connect server with ASOS: implementing the authorization code and implicit flowsIn this post, learn how you can implement the authorization code and implicit flows using ASOS and ASP.NET Core MVC. 2016 Jul 13
Creating your own OpenID Connect server with ASOS: implementing the resource owner password credentials grantIn this post, learn how you can implement the resource owner password credentials grant using ASOS. 2016 Jul 13