redpanda-data / redpanda-data/redpanda

private_key_jwt JWKS support for Generic OIDC connect

Open
#24,704 4 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

kind/enhance
Dominant language
C++
Stars
12.6k
Forks
792
PR merge metrics
No merged PRs in 30d

Description

Strong authentication is expected in the enterprise environment, so also with OIDC, JWKS AUTH should be an auth option for OIDC server connection, in addition to the current clientID +secret

Why is solving this problem impactful?

Higher security standard

Additional notes

https://docs.pingidentity.com/pingfederate/latest/administrators_reference_guide/pf_jwks_endpoint.html

JIRA Link: CORE-8729

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the Generic OIDC server connection handling and the existing clientID + secret authentication path. Review the linked JWKS endpoint documentation, then define the work as adding private_key_jwt JWKS authentication while preserving the current option; done means OIDC connections can use JWKS authentication successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
authentication, security
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.