No option for OKTA on logon screen #7811

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

Originally created by @benek984 on GitHub (Mar 30, 2023).

NetBox version

v3.4.6

Python version

3.8

Steps to Reproduce

I have setup app in OKTA so I got all relevant information for configuratio.py

Added below line to configuration.py

REMOTE_AUTH_BACKEND = 'social_core.backends.okta_openidconnect.OktaOpenIdConnect'
SOCIAL_AUTH_OKTA_OPENIDCONNECT_KEY = 'xxxxx'
SOCIAL_AUTH_OKTA_OPENIDCONNECT_SECRET = 'xxxxx'
SOCIAL_AUTH_OKTA_OPENIDCONNECT_API_URL = 'https://xxxx.okta.com/oauth2/'

where xxxx my proper values were specyfied

Expected Behavior

Expecting OKTA logon options on the logon screen.

Observed Behavior

NO OKTA LOGON OPTION ON THE LOGON SCREE

Originally created by @benek984 on GitHub (Mar 30, 2023). ### NetBox version v3.4.6 ### Python version 3.8 ### Steps to Reproduce I have setup app in OKTA so I got all relevant information for configuratio.py Added below line to configuration.py ```` REMOTE_AUTH_BACKEND = 'social_core.backends.okta_openidconnect.OktaOpenIdConnect' SOCIAL_AUTH_OKTA_OPENIDCONNECT_KEY = 'xxxxx' SOCIAL_AUTH_OKTA_OPENIDCONNECT_SECRET = 'xxxxx' SOCIAL_AUTH_OKTA_OPENIDCONNECT_API_URL = 'https://xxxx.okta.com/oauth2/' ```` where xxxx my proper values were specyfied ### Expected Behavior Expecting OKTA logon options on the logon screen. ### Observed Behavior NO OKTA LOGON OPTION ON THE LOGON SCREE
adam closed this issue 2025-12-29 20:28:31 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#7811