Overridable SSO Login Text #11229

Closed
opened 2025-12-29 21:42:12 +01:00 by adam · 3 comments
Owner

Originally created by @rhysjtevans on GitHub (May 28, 2025).

NetBox version

v.4.3.0

Feature type

New functionality

Proposed functionality

Most orgs will have code names for IDP's like "SSO", it would be ideal to be able to override the SSO Login button text with a custom attribute driven from an env var
e.g.

SSO_BUTTON_TEXT="Sign in with SSO"

Use case

I want to change the button text so it fits in with language the end users will be familiar with

Database changes

N/A

External dependencies

N/A

Originally created by @rhysjtevans on GitHub (May 28, 2025). ### NetBox version v.4.3.0 ### Feature type New functionality ### Proposed functionality Most orgs will have code names for IDP's like "SSO", it would be ideal to be able to override the SSO Login button text with a custom attribute driven from an env var e.g. SSO_BUTTON_TEXT="Sign in with SSO" ### Use case I want to change the button text so it fits in with language the end users will be familiar with ### Database changes N/A ### External dependencies N/A
adam added the type: feature label 2025-12-29 21:42:12 +01:00
adam closed this issue 2025-12-29 21:42:12 +01:00
Author
Owner

@arthanson commented on GitHub (May 28, 2025):

@rhysjtevans you can change the display name and icon via:

SOCIAL_AUTH_BACKEND_ATTRS = {
    'oidc': ("My awesome SSO", "login"),
}

see https://netboxlabs.com/docs/netbox/administration/authentication/overview/#single-sign-on-sso is this what you are looking for?

@arthanson commented on GitHub (May 28, 2025): @rhysjtevans you can change the display name and icon via: ``` SOCIAL_AUTH_BACKEND_ATTRS = { 'oidc': ("My awesome SSO", "login"), } ``` see https://netboxlabs.com/docs/netbox/administration/authentication/overview/#single-sign-on-sso is this what you are looking for?
Author
Owner

@github-actions[bot] commented on GitHub (Jun 5, 2025):

This is a reminder that additional information is needed in order to further triage this issue. If the requested details are not provided, the issue will soon be closed automatically.

@github-actions[bot] commented on GitHub (Jun 5, 2025): This is a reminder that additional information is needed in order to further triage this issue. If the requested details are not provided, the issue will soon be closed automatically.
Author
Owner

@rhysjtevans commented on GitHub (Jun 5, 2025):

That's exactly it, apologies didn't see that @arthanson

@rhysjtevans commented on GitHub (Jun 5, 2025): That's exactly it, apologies didn't see that @arthanson
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#11229