This guide explains how to keep Single Sign‑On (SSO) sessions active for longer when using OAuth2 Proxy with Keycloak. By default, OAuth2 Proxy stores session information inside browser cookies, which ...
Sometime when developing a web app, its easier to integrate OIDC early in the process, as it allows to skip many important auth-related feature (login, registration, password reset, etc). however ...
This is a solution for deploying Keycloak to AWS with high availability. Keycloak is a single sign-on (SSO) solution for web applications and RESTful web services. Keycloak's goal is to simplify ...
In this article, we will provide a step-by-step guide for setting up Keycloak, the open-source identity and access management solution, on an AWS EC2 instance using Docker. By following this tutorial, ...