-
wget https://github.com/axllent/mailpit/releases/download/v1.29.3/mailpit-linux-amd64.tar.gz mkdir mailpit tar -xzf mailpit-linux-amd64.tar.gz -C mailpit cd mailpit sudo mv mailpit /usr/local/bin/ sudo chmod +x /usr/local/bin/mailpit
-
AppSignal
Monitoring that respects your time & budget. APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.
-
To demonstrate SSO, I registered a client in the acme realm pointing to the official Keycloak demo app hosted at https://www.keycloak.org/app/. Since it's a static page that runs entirely in the browser, it talks directly to my local Keycloak instance - no server-side component needed.
-
gauth
A simple application for multi-factor authentication, written in HTML using jQuery Mobile, jsSHA and LocalStorage.
I set up password based logins for users (Something You Know). Now I will set up Google Authenticator based 2FA (Something You Have). For this lab, I will be using gauth.apps.gbraad.nl, a browser based Google Authenticator app implementation, on the host machine, as my Google Authenticator client.
Related posts
-
Keycloak lets you pick a login option that's guaranteed to fail — here's the fix
-
How to clone a Keycloak realm on the same instance (fixing "duplicate key value violates unique constraint")
-
Getting started with OAuth in your Web Apps
-
Secure Your Frontend Application (SPA) Login with OAuth 2.1 PKCE
-
Deploying Keycloak on Kubernetes Using Helm Charts and Operators