Categories

3 articles in OAuth2
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… 
Setup Keycloak OAuth2/OIDC Provider for local dev
Keycloak is a full featured open source Identity and Access Management solution. Its written in Java and deployed with Docker meaning you can get up and running in minutes. It is ideal for for local development scenarios where we need a standards compliant (SAML 2.0, OAuth 2.0 or OpenID Connect…