Skip to content

implement PKCE for OIDC auth flow#486

Merged
mjudeikis merged 1 commit into
kbind-dev:mainfrom
olamilekan000:implement-pkce-for-oauth
Mar 4, 2026
Merged

implement PKCE for OIDC auth flow#486
mjudeikis merged 1 commit into
kbind-dev:mainfrom
olamilekan000:implement-pkce-for-oauth

Conversation

@olamilekan000

@olamilekan000 olamilekan000 commented Feb 27, 2026

Copy link
Copy Markdown
Contributor

Summary

change implements PKCE for OIDC auth flow.
Users can now use PKCE instead of using a secret key for their auth flow
image

What Type of PR Is This?

/kind feature

Related Issue(s)

Fixes 475

Release Notes

Added PKCE for OIDC auth flow

@olamilekan000
olamilekan000 requested a review from a team as a code owner February 27, 2026 21:49
@olamilekan000
olamilekan000 force-pushed the implement-pkce-for-oauth branch 2 times, most recently from 5ee8064 to a1f4f22 Compare February 28, 2026 02:19
Comment thread backend/auth/handler.go Outdated
Comment thread backend/session/store.go
Comment thread backend/auth/handler.go Outdated
Comment thread backend/auth/handler.go Outdated
@olamilekan000
olamilekan000 force-pushed the implement-pkce-for-oauth branch from a1f4f22 to 173efaa Compare March 2, 2026 18:17
@olamilekan000
olamilekan000 requested a review from cnvergence March 2, 2026 18:38
@mjudeikis
mjudeikis merged commit 93994bc into kbind-dev:main Mar 4, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: remove clientSecret by moving OIDC to public client (PKCE)

3 participants