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)
OpenID Connect Interactive authentication with Authorization Code Flow (OIDC Part 3)
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)
Creating identity server setup with client credential authentication (OIDC part 2)
In this post we are gonna take part 1 into action by creating a OpenID connect setup with a three server system using client credentials for authentication The three servers are: … [Read more...] about Creating identity server setup with client credential authentication (OIDC part 2)
Creating a MEAN stack Application with Docker
This post is about creating a MEAN stack app consisting of Angular 5, MongoDB, NodeJS and Express, running in Docker. It is based on a Github demo I created, which can be found here. Docker … [Read more...] about Creating a MEAN stack Application with Docker
Dynamic Form Rendering with Angular Reactive Forms
A common need in enterprise application development is to support dynamically rendering of a form based on some domain-specific metadata. This enables central control of domain logic and enables … [Read more...] about Dynamic Form Rendering with Angular Reactive Forms
Getting Angular Application Ready for Production
This is an overview of how to prepare an Angular app for production. There will be future posts going more in-depth with the various steps described here. Note: Angular CLI is, fortunately, doing a … [Read more...] about Getting Angular Application Ready for Production