Skip to content

Conversation

jfrconley
Copy link

@jfrconley jfrconley commented Sep 23, 2025

Describe your changes

Add support for integrating pocketid with netbird, allowing user information to be properly synced and displayed.
The goal is to bring support inline with integrations for other self hosted idp's with this implementation cribbing heavily from the existing keycloak and zitadel integrations.

This takes advantage of the PocketID REST API to do basic user data management.

Issue ticket number and link

This should fix the issue described in #3295, populating the email and name fields in the profile from data returned by PocketID

Stack

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)

By submitting this pull request, you confirm that you have read and agree to the terms of the Contributor License Agreement.

Documentation

Select exactly one:

  • I added/updated documentation for this change
  • Documentation is not needed for this change (explain why)

Docs PR URL (required if "docs added" is checked)

Paste the PR link from https://github.com/netbirdio/docs here:

netbirdio/docs#432

@CLAassistant
Copy link

CLAassistant commented Sep 23, 2025

CLA assistant check
All committers have signed the CLA.

Copy link

@jfrconley
Copy link
Author

While implementing this, I did run into some confusion when looking at the zitadel and keycloak implementation. Is it intentional that updating the app metadata is optional? PocketID also does not have the direct concept of app metadata, though you could probably work something out using custom claims.

@jfrconley jfrconley marked this pull request as ready for review September 23, 2025 18:29
@jfrconley jfrconley changed the title Basic PocketID IDP integration [management] feat: Basic PocketID IDP integration Sep 23, 2025
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.

2 participants