Episode 025 - Integrating IdentityServer4 - Part 5 - Frontend - ASP.NET Core: From 0 to overkill

In this episode, we take a look at our frontend single page application, and the changes made to handle user authentication. We also take a look at a way to handle the CSRF token in the requests made to the BFF.

July 13, 2019 · 14 min · 2855 words · João Antunes

Episode 024 - Integrating IdentityServer4 - Part 4 - Back for Front - ASP.NET Core: From 0 to overkill

In this episode, we look at the backend for frontend, and the changes required for it to handle the users authentication, redirection to the identity provider (the IdentityServer4 powered auth service), the inclusion of an access token when making API calls, the refresh of said token and handling CSRF tokens.

June 22, 2019 · 17 min · 3619 words · João Antunes

Episode 023 - Integrating IdentityServer4 - Part 3 - API - ASP.NET Core: From 0 to overkill

In this episode, we look at the group management service, and the changes required for it to enforce the requests authentication using an access token (JWT).

June 16, 2019 · 7 min · 1383 words · João Antunes

Episode 022 - Integrating IdentityServer4 - Part 2 - Auth Service - ASP.NET Core: From 0 to overkill

In this episode, we start looking at the code needed to integrate IdentityServer4 in our application, namely with the authentication service we developed previously.

June 13, 2019 · 14 min · 2908 words · João Antunes

Episode 021 - Integrating IdentityServer4 - Part 1 - Overview - ASP.NET Core: From 0 to overkill

In this episode, we start with an overview of the current application’s architecture and how we’ll start integrating IdentityServer4 into it.

May 29, 2019 · 6 min · 1174 words · João Antunes