Categories

2 articles in IdentityServer4
Securing an ASP.NET Website with OpenID Connect
The Microsoft ASP.NET middleware makes it straightforward to implement OAuth2 and OpenID Connect flows in an ASP.NET Website. In this article we will go through the code and configuration required to implement the authorization code flow using the standard packages. Please note this tutorial… 
Setting Up a Mock OAuth2/OIDC Server with IdentityServer4 and Docker
The Soluto Github organisation has wrapped up IdentityServer4 in a docker image which can be used to provide an OAuth2 and OIDC standards compliant server for development and testing scenarios. oidc-server-mock Getting Started The following docker compose file can be used to setup a standard…