In order to ease and provide more flexibility in working with Keycloak templates, project Keycloakify was introduced. It allows you to draft, test and create custom themes where you can improve UX, customize the look and feel of your pages or email templates…
About transaction isolation levels
Vladimir Marinkovic
Vast of the today’s applications leverage on some type of a database that provides ACID guarantees with transactions. It is important to know the differences between different isolation levels to facilitate the choice when applying them…
Up/Down database migration scripts with DbUp
Vladimir Marinkovic
DbUp is lightweight .NET library that performs forward migrations for SQL servers. The only problem is that core library doesn’t support migrations rollback. However, there is a solution to create up/down migration scripts…
Export Keycloak settings
Vladimir Marinkovic
Once you dealt with Keycloak setup for a realm, you might need a way to export that configuration and reuse it for other environments. This post will guide you on how to do that.
Keycloak with AspNet WebAPI and React
Vladimir Marinkovic
In this post we’ll demonstrate a basic usage and integration with Keycloak identity server. We’ll built a backend Rest API solution to authorize incoming requests and a client application to implement login feature using OpenId Connect with Authorization Code Flow type.