Dusklight Blog
Read at your own risk...
January 31, 2022
Keycloak Custom User Storage SPI with SQL Server Database
›
If you have an application with its own database containing users, and you want to integrate with Keycloak, then one approach you can tak...
November 8, 2021
PBKDF2 Tool in Blazor
›
I first heard about Blazor a couple of years ago, and it sounded very interesting, especially the part about running .NET via WebAssembl...
November 5, 2021
Azure Artifacts and NuGet
›
Recently, I had to design a solution where a common module needed to be shared between multiple projects. One way to do this in .NET is ...
March 1, 2021
Keycloak with Microsoft SQL Server Database (MSSQL)
›
Keycloak uses the H2 database out-of-the-box, which is not recommended for production use. The Keycloak documentation uses PostgreSQL ...
February 7, 2021
Microsoft Teams Notification from GitHub Actions
›
I was surprised to find out that there is no official GitHub Actions for integrating with Microsoft Teams, because well, Microsoft owns G...
January 30, 2021
GitHub Actions Sparse Checkout
›
Sparse Checkout Not Supported in actions/checkout@v2 At the time of writing this post, GitHub's built-in actions/checkout@v2 does n...
January 6, 2021
Updating Windows File Permission from Command Line
›
Here's how to update Windows file system permission from the command line, using the icacls tool that comes with Windows ( C:\Windo...
›
Home
View web version