[PR #1905] add mTLS client cert support for the PKCE idp provider #3243

Open
opened 2025-11-20 08:05:25 -05:00 by saavagebueno · 0 comments
Owner

Original Pull Request: https://github.com/netbirdio/netbird/pull/1905

State: closed
Merged: No


Describe your changes

Added configuration options to support working with an IDP provider that has mTLS enabled.
A working example is Authentik hosted behind a mTLS nginx reverse proxy, it adds security and helps mitigate 0-days on
.

I would appreciate the addition of this feature, and perhaps expanding on it to allow netbirds own APIs to be hosted
behind a mTLS proxy.

Not being familiar with the codebase, i hope i added it to the best location for this.

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • [x ] Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary
**Original Pull Request:** https://github.com/netbirdio/netbird/pull/1905 **State:** closed **Merged:** No --- ## Describe your changes Added configuration options to support working with an IDP provider that has mTLS enabled. A working example is Authentik hosted behind a mTLS nginx reverse proxy, it adds security and helps mitigate 0-days on <insert idp>. I would appreciate the addition of this feature, and perhaps expanding on it to allow netbirds own APIs to be hosted behind a mTLS proxy. Not being familiar with the codebase, i hope i added it to the best location for this. ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [x ] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary
saavagebueno added the pull-request label 2025-11-20 08:05:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#3243