Keycloak localization and theming

Vladimir Marinkovic
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…

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.