Okta OIDC integration requires additional Python packages #10575
Labels
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
NetBox version
v3.3.5
Python version
3.10
Steps to Reproduce
Expected Behavior
Netbox logs in successfully.
Observed Behavior
A Django error page loads ands shows an error:
ModuleNotFoundError: No module named 'jose'
I'm able to resolve the issue by installing
python-jose
using the below steps:It's possible that those commands are redundant, but either way I needed
python-jose
to make Okta work. After installing Okta sign-in works without issue. Perhaps this could be resolved in the future by adding python-jose to the requirements.txt? Let me know if you need any more info.Thank you for all your work!
The text was updated successfully, but these errors were encountered: