• Skip to main content
  • Skip to footer

Christian Lüdemann

Advanced Angular topics made simple

  • Blog
  • FREE courses
    • How to Accelerate Your Angular Career and Double Your Income
  • Angular Architect Accelerator
  • About

Uncategorized

Angular Projects and Lessons Learned

January 14, 2020 By Christian Leave a Comment

Throughout my career, I have worked on quite a few Angular projects. In this post, I will go through some of the different projects I have worked on and explain the lessons learned in each so you can … [Read more...] about Angular Projects and Lessons Learned

Filed Under: Angular, Continuous Delivery, Development Process, DevOps, Q&A, Talks, Uncategorized Tagged With: Angular, CD, DevOps, process

Simpler Typescript paths with path aliases

May 21, 2018 By Christian 1 Comment

For a long time, I have felt the pain of maintaining relative paths in an application with typescript. You move something and you need to fix the path in 10+ files without easily being able to fix the … [Read more...] about Simpler Typescript paths with path aliases

Filed Under: Uncategorized

How to structure Graphql, Typescript and Express app for scalability

May 14, 2018 By Christian 1 Comment

In this post I will share a great structure for structuring your Graphql application, using Typescript and Express. The structure consists of these folders/layers (from outer to inner): IOC: … [Read more...] about How to structure Graphql, Typescript and Express app for scalability

Filed Under: Uncategorized Tagged With: GraphQL, Typescript

Configure IdentityServer with Entity Framework (OIDC Part 6)

May 10, 2018 By Christian 3 Comments

In this post, we are going to build upon our IdentityServer setup with ASP.NET Core Identity for user management by moving the previously hardcoded IdentityServer configuration data to the database. … [Read more...] about Configure IdentityServer with Entity Framework (OIDC Part 6)

Filed Under: Uncategorized

OpenID Connect with IdentityServer and ASP.NET Core Identity (OIDC Part 5)

May 10, 2018 By Christian 6 Comments

Great that you made it this far! Now we are getting closer to what would be a “normal” scenario. Until now we have played around with authenticating with client credentials, authorization code flow, … [Read more...] about OpenID Connect with IdentityServer and ASP.NET Core Identity (OIDC Part 5)

Filed Under: Uncategorized

OpenID Connect Hybrid Flow for calling resource API (OIDC Part 4)

May 10, 2018 By Christian 5 Comments

In the last post we created an authorization code client, enabling the client to get the user claims from the id token, exchanged for the post-login authorization code. That way we were able to … [Read more...] about OpenID Connect Hybrid Flow for calling resource API (OIDC Part 4)

Filed Under: Uncategorized

Creating an OpenID connect system with Angular 8 and IdentityServer4 (OIDC part 1)

May 10, 2018 By Christian 17 Comments

OpenID connect authentication with dotnet core and Angular will demonstrate how to set up an app that supports authentication and access control of certain resources in the system. This guide is based … [Read more...] about Creating an OpenID connect system with Angular 8 and IdentityServer4 (OIDC part 1)

Filed Under: Uncategorized Tagged With: Identity Server, Identity ServerIdentity Server, OIDC

OpenID Connect Interactive authentication with Authorization Code Flow (OIDC Part 3)

May 10, 2018 By Christian 7 Comments

In part 2 we created a simple OIDC setup using hard-coded client credentials for the client to obtain an access token, so it could invoke the resource API. In this post, we are gonna enable … [Read more...] about OpenID Connect Interactive authentication with Authorization Code Flow (OIDC Part 3)

Filed Under: Uncategorized

  • Go to page 1
  • Go to page 2
  • Go to Next Page »

Footer

  • Github
  • Linkedin
  • Twitter
  • Privacy Policy
  • Terms
  • Contact

Copyright © 2021 · Lüdemann Consulting