Postman and the Keycloak UserInfo endpoint

How to query the Keycloak UserInfo endpoint with Postman and the Authorization Code Flow.

January 14, 2025 · 3 min · 535 words · Larsolino

🗓️ Tuesday, January 14, 2025

Finally, I created a working setup with Keycloak 26.x, and I added an article about querying the UserInfo endpoint using Postman. You can use this to test your configurations outside an integrated product to make sure your Keycloak configuration works correctly.

January 14, 2025 · 1 min · 41 words · Larsolino

Problems and fixes with shell script execution

How to resolve problems when trying to execute shell scripts under macOS.

January 8, 2025 · 2 min · 326 words · Larsolino

🗓️ Wednesday, January 08, 2025

🚀 Happy new year 2025, everyone! 🚀 It didn’t start well for me, but there’s a new article about fixing shell execution issues. The Code category page now includes a first project with Keycloak and Docker scripts.

January 8, 2025 · 1 min · 37 words · Larsolino

🗓️ Friday, December 13, 2024

Friday, the 13th 🔪, may be a good date for starting a completely refreshed website. 😀 After the first handwritten incarnation of Larsolino.com, I decided it was too much work to update everything by hand. I did evaluate multiple interesting options, but I decided that I want to go with: A static web page doesn’t require a database. The flexibility to change the layout, structure, and features. Keep the information in the files on my hard drive. A solution that does not require paying 60 or more bucks every year, even if updates are rare. I decided to maintain my existing HUGO knowledge after looking at possible alternatives like 11ty. The templates available helped a lot in making decisions. I am grateful for the free hosting provided by Cloudflare for this site. ...

December 13, 2024 · 1 min · 132 words · Larsolino

Specify the UUID of a JCR node

This article shows how to set a JCR’s UUID in code to keep it consistent across systems.

March 18, 2020 · 2 min · 233 words · Larsolino

Entra (Azure AD) token verification using Postman

Check if a Microsoft Entra OIDC client application works using Postman.

November 14, 2019 · 3 min · 588 words · Larsolino

Magnolia and PostgreSQL Setup V1

How to set up Magnolia CMS on macOS with a PostgreSQL database.

December 24, 2018 · 6 min · 1119 words · Larsolino

Report asset sizes in Magnolia

A Groovy script that generates a report on the asset sizes within Magnolia DAM.

December 14, 2018 · 2 min · 303 words · Larsolino

Monitoring your Java Web Application

There are components in many software projects that can be difficult to monitor. Information about bottlenecks that might obstruct a production launch of your project is crucial during the creation phase.

October 5, 2016 · 3 min · 472 words · Larsolino