Blog posts

  • Authentication in a SPA with Keycloak

    Authentication in a SPA with Keycloak

    ​Integrating Keycloak with Single Page Applications (SPAs) enhances security by utilizing the OAuth 2.0 Authorization Code Flow with PKCE, eliminating the need to store client secrets in the frontend. This approach ensures secure user authentication and authorization, allowing SPAs to manage user sessions effectively while mitigating risks such as token interception.

    Read more