Software Alternatives & Reviews

OpenID Connect authentication with Apache Kafka 3.1

OpenID Connect Auth0
  1. OpenID Connect page
    Let's start with a few words about OIDC. It's an open standard that completes OAuth2.0. The aim of this paper is not to get a proper introduction to OIDC, but let's emphasize some key differences with OAuth2.0.

    #Identity And Access Management #Web Security #Cyber Security 46 social mentions

  2. 2
    Auth0 is a program for people to get authentication and authorization services for their own business use.
    Pricing:
    • Open Source
    Here, we're keeping it simple as the use case is to make an application to application authentication. So I'm using only client id and client secret. In order to make it as light as possible, the authorization server is Auth0, a fully managed service with a free tier. To set it up, I recommend reading the section Backend/API of the documentation. Kafka is part of the listed backend, but the Configure Auth0 APIs paragraph of any kind of backend fits for this PoC. You can feel free to opt for any other authentication provider as the standard is open and there are multiple implementation alternatives, self-managed as well as as-a-service.

    #Identity And Access Management #Identity Provider #SSO 175 social mentions

Discuss: OpenID Connect authentication with Apache Kafka 3.1

Log in or Post with