Tag: Authentication

  • Auth In The World Of Customer Identity

    Auth In The World Of Customer Identity

    In the world of Customer Identity and Access Management, Authentication and Authorization are essentially the two sides of the “Auth” coin. Whilst at first glance they seem similar, the distinction between each is fundamental to achieving a successful outcome from both an integration and a security perspective — yet is often misunderstood.

  • Vibe Coding Authentication via Authorization Code Flow

    Vibe Coding Authentication via Authorization Code Flow

    Developers frequently inquire about integrating CIAM Authentication via a standard like OIDC. Using Authorization Code Flow as the recommended best practice, this article explores using Vibe coding with Copilot AI to addresses the practical steps required in a Next.js application, leveraging NextAuth.js and Keycloak as part of the solution design.