Founder at Skycloak
Guilliano is the founder of Skycloak and a cloud infrastructure specialist with deep expertise in product development and scaling SaaS products. He discovered Keycloak while consulting on enterprise IAM and built Skycloak to make managed Keycloak accessible to teams of every size.
Optimize PostgreSQL for Keycloak with connection pooling, index tuning, autovacuum configuration, session table management, and event store partitioning.
Automate Keycloak realm, client, and user provisioning at scale with Ansible playbooks using community.general.keycloak modules and Ansible Vault for secrets.
Master advanced Terraform patterns for Keycloak including reusable modules, workspace-per-environment strategy, remote state, and CI/CD pipeline integration.
Learn how to manage Keycloak realms, clients, and roles as code using Pulumi with TypeScript and Python for repeatable, version-controlled…
A comprehensive guide to JWT security best practices covering token storage, key rotation, claim validation, refresh token rotation, and Keycloak…
The complete guide to securing Spring Boot 3.x apps with Keycloak using spring-security-oauth2-resource-server, JWT validation, and method-level security.
Design multi-tenant authentication architectures with Keycloak using realm-per-tenant, shared realm with Organizations, tenant resolution, and data isolation.
Authenticate gRPC microservices with Keycloak using Envoy's ext_authz filter for JWT validation, per-method authorization, and service mesh integration.
Build passkey authentication in React and Next.js applications with Keycloak WebAuthn, covering registration flows, conditional UI, and cross-device passkeys.
Learn how to set up Traefik ForwardAuth middleware with Keycloak for reverse proxy authentication using Docker Compose, OIDC, and Kubernetes…