[PR #15393] [CLOSED] add REMOTE_AUTH_DISPLAYNAME setting #14583

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/15393
Author: @llamafilm
Created: 3/10/2024
Status: Closed

Base: developHead: develop


📝 Commits (1)

  • 8e9d504 add REMOTE_AUTH_DISPLAYNAME setting

📊 Changes

3 files changed (+11 additions, -0 deletions)

View changed files

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

📄 Description

Fixes: #15375

Add optional setting for REMOTE_AUTH_DISPLAYNAME. If set, it will override the remote auth provider name shown on the login page.

image

🔄 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/15393 **Author:** [@llamafilm](https://github.com/llamafilm) **Created:** 3/10/2024 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (1) - [`8e9d504`](https://github.com/netbox-community/netbox/commit/8e9d504db2f1207a09fb34c1c13d58894534aebd) add REMOTE_AUTH_DISPLAYNAME setting ### 📊 Changes **3 files changed** (+11 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/configuration/remote-authentication.md` (+8 -0) 📝 `netbox/netbox/authentication.py` (+2 -0) 📝 `netbox/netbox/settings.py` (+1 -0) </details> ### 📄 Description ### Fixes: #15375 Add optional setting for `REMOTE_AUTH_DISPLAYNAME`. If set, it will override the remote auth provider name shown on the login page. <img width="345" alt="image" src="https://github.com/netbox-community/netbox/assets/3991046/0e502b64-07d2-41aa-b500-e079fb7156d9"> --- <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:25:20 +01:00
adam closed this issue 2025-12-29 23:25:21 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14583