[PR #12012] [MERGED] Fixes #11977: Multiple remote authentication backends #13887

Closed
opened 2025-12-29 23:21:22 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/12012
Author: @decoupca
Created: 3/20/2023
Status: Merged
Merged: 3/28/2023
Merged by: @jeremystretch

Base: developHead: 11977-multiple-auth-backends


📝 Commits (3)

  • 17eb2a9 Add suppport for REMOTE_AUTH_BACKEND as iterable
  • a20d486 Closes #11977: Support for multiple auth backends
  • 7de8290 Tweak list casting

📊 Changes

2 files changed (+4 additions, -2 deletions)

View changed files

📝 docs/configuration/remote-authentication.md (+1 -1)
📝 netbox/netbox/settings.py (+3 -1)

📄 Description

Fixes: #11977

Change the REMOTE_AUTH_BACKEND setting to accept an iterable, which will be merged with AUTHENTICATION_BACKENDS in settings.py, to allow multiple authentication backends that will be attempted in sequence when authentication a user.


🔄 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/netbox-community/netbox/pull/12012 **Author:** [@decoupca](https://github.com/decoupca) **Created:** 3/20/2023 **Status:** ✅ Merged **Merged:** 3/28/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `11977-multiple-auth-backends` --- ### 📝 Commits (3) - [`17eb2a9`](https://github.com/netbox-community/netbox/commit/17eb2a9a2dd84730bd816248485ebfa44d771078) Add suppport for REMOTE_AUTH_BACKEND as iterable - [`a20d486`](https://github.com/netbox-community/netbox/commit/a20d486fd81b7112f943378b7c7857bfd984dea1) Closes #11977: Support for multiple auth backends - [`7de8290`](https://github.com/netbox-community/netbox/commit/7de8290402603b110fec734e22f47d76ebbee592) Tweak list casting ### 📊 Changes **2 files changed** (+4 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `docs/configuration/remote-authentication.md` (+1 -1) 📝 `netbox/netbox/settings.py` (+3 -1) </details> ### 📄 Description <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be approved and assigned prior to opening a pull request. This helps avoid waste time and effort on a proposed change that we might not be able to accept. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ISSUE WHICH HAS BEEN ASSIGNED TO YOU, IT WILL BE CLOSED AUTOMATICALLY. Please specify your assigned issue number on the line below. --> ### Fixes: #11977 Change the `REMOTE_AUTH_BACKEND` setting to accept an iterable, which will be merged with `AUTHENTICATION_BACKENDS` in `settings.py`, to allow multiple authentication backends that will be attempted in sequence when authentication a user. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 23:21:22 +01:00
adam closed this issue 2025-12-29 23:21:22 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13887