[PR #780] [MERGED] Add token source and device flow audience variables #12983

Closed
opened 2026-08-05 02:07:10 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/780
Author: @mlsmaycon
Created: 4/3/2023
Status: Merged
Merged: 4/4/2023
Merged by: @mlsmaycon

Base: mainHead: feature/add-new-setup-envs


📝 Commits (5)

  • d69429e Add token source and device flow audience variables
  • 3aac000 Merge branch 'main' into feature/add-new-setup-envs
  • f0fd5ba update tests
  • a1f38d8 fix missing vars
  • 04c366c fix missing vars

📊 Changes

6 files changed (+27 additions, -4 deletions)

View changed files

📝 .github/workflows/test-docker-compose-linux.yml (+8 -0)
📝 infrastructure_files/base.setup.env (+5 -0)
📝 infrastructure_files/docker-compose.yml.tmpl (+2 -1)
📝 infrastructure_files/management.json.tmpl (+1 -1)
📝 infrastructure_files/setup.env.example (+6 -1)
📝 infrastructure_files/tests/setup.env (+5 -1)

📄 Description

Describe your changes

Supporting new dashboard option to configure a source token.

Adding configuration support for setting a different audience for device authorization flow.

fix custom id claim variable

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)
  • Extended the README / documentation, if necessary

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbirdio/netbird/pull/780 **Author:** [@mlsmaycon](https://github.com/mlsmaycon) **Created:** 4/3/2023 **Status:** ✅ Merged **Merged:** 4/4/2023 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `feature/add-new-setup-envs` --- ### 📝 Commits (5) - [`d69429e`](https://github.com/netbirdio/netbird/commit/d69429e42eec557e6b7e3fdfe996090deb136685) Add token source and device flow audience variables - [`3aac000`](https://github.com/netbirdio/netbird/commit/3aac000d68285092cbcd4a10b131d76c6fe4d736) Merge branch 'main' into feature/add-new-setup-envs - [`f0fd5ba`](https://github.com/netbirdio/netbird/commit/f0fd5baf458b0a60afc79abbe90138a0068a8815) update tests - [`a1f38d8`](https://github.com/netbirdio/netbird/commit/a1f38d8029e2f5701f19bd7c4a32af17009fa825) fix missing vars - [`04c366c`](https://github.com/netbirdio/netbird/commit/04c366c62f5d2481d683ffaaed80dff0415a77ab) fix missing vars ### 📊 Changes **6 files changed** (+27 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test-docker-compose-linux.yml` (+8 -0) 📝 `infrastructure_files/base.setup.env` (+5 -0) 📝 `infrastructure_files/docker-compose.yml.tmpl` (+2 -1) 📝 `infrastructure_files/management.json.tmpl` (+1 -1) 📝 `infrastructure_files/setup.env.example` (+6 -1) 📝 `infrastructure_files/tests/setup.env` (+5 -1) </details> ### 📄 Description ## Describe your changes Supporting new dashboard option to configure a source token. Adding configuration support for setting a different audience for device authorization flow. fix custom id claim variable ## Issue ticket number and link ### 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) - [ ] Extended the README / documentation, if necessary --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 02:07:10 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#12983