# redpanda-api

Published articles for redpanda-api.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Integrating OpenID Connect with Redpanda

DevFeed: [Integrating OpenID Connect with Redpanda](<https://devfeed.tech/articles/integrating-openid-connect-with-redpanda-12709.md>)

Original publisher: [Read original article](<https://www.redpanda.com/blog/integrating-openid-connect>)

Author: Ben Barkhouse

Published: 2025-09-02T00:00:00Z

Content type: tutorial

Language: en

Sources: [Redpanda](<https://devfeed.tech/sources/redpanda.md>)

Topics: [OpenID connect (OIDC)](<https://devfeed.tech/topics/oidc.md>), [Single sign-on (SSO)](<https://devfeed.tech/topics/sso.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>), [Docker Compose](<https://devfeed.tech/topics/docker-compose.md>), [Security](<https://devfeed.tech/topics/security.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Entra ID](<https://devfeed.tech/topics/entra-id.md>)

Tags: [authentication](<https://devfeed.tech/tags/authentication.md>), [authorization](<https://devfeed.tech/tags/authorization.md>), [cli](<https://devfeed.tech/tags/cli.md>), [compose](<https://devfeed.tech/tags/compose.md>), [docker](<https://devfeed.tech/tags/docker.md>), [entra-id](<https://devfeed.tech/tags/entra-id.md>), [oidc](<https://devfeed.tech/tags/oidc.md>), [okta](<https://devfeed.tech/tags/okta.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [openid-connect](<https://devfeed.tech/tags/openid-connect.md>), [redpanda-api](<https://devfeed.tech/tags/redpanda-api.md>), [redpanda-console](<https://devfeed.tech/tags/redpanda-console.md>), [security](<https://devfeed.tech/tags/security.md>), [sso](<https://devfeed.tech/tags/sso.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

### AI overview

A tutorial on configuring OpenID Connect authentication and single sign-on for Redpanda. It explains OIDC's relationship to OAuth 2.0, supported identity providers and deployment options, API availability limitations, and a local Docker Compose setup using Keycloak, Redpanda Console, and a Redpanda cluster.

### Source excerpt

Learn how to set up OpenID Connect with Redpanda to protect your critical data from unauthorized access.