Sitecore XC9 uses JSON Web Tokens (JWTs) for authentication & authorization. JWTs are well explained here. In this blog post we investigate how JWTs are configured and handled in the Sitecore Identity Server and Commerce Engine.

Read more

Recently we upgraded to Sitecore XP 9.1.1 and XC 9.1.0. This is the first version of XC that uses XP 9.1. Version 9.1 introduces a system wide Identity service which was in 9.0 only used for Commerce. For the Sitecore CMS this change means that for login you will be redirected to the Identity server, and upon successful login redirected back to the request URL.

Read more

Since a while we store Docker images in our Azure Container Registry (ACR). Everytime we tag a commit in git, an amount of 22 Docker images are automatically pushed to our registry (see this article for details). Very easy indeed, but it also causes a forever growing registry. While it's not a lot, it does cost money to store images in ACR: €0.003/GB/day.

Read more

Looking to automate your Sitecore Docker image build?

We decided to leverage the free (❣), for open source software, Azure Pipelines offering from Microsoft for this. This article describes how we achieved a fully automated Sitecore Docker image build using Azure Pipelines.

Read more

Building a single Docker image is straightforward, building multiple Docker images is slightly more difficult, but building multiple Docker images that depend on eachother is a daunting task. The latter is where a good build system can really help you.

Read more
Buy Me a Coffee at ko-fi.com

Β© Joost Meijles 2019