Skip to content

Commit 4f45eec

Browse files
authored
Add v3.0 to README.md (#44)
1 parent 423f038 commit 4f45eec

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ such as Okta.
1111
*NOTE: This approach uses a reverse-proxy URL rewrite so that the standard Netbox Login will redirect
1212
the User to the SSO system. Please refer to the example [nginx.conf](nginx.conf) file.*
1313

14-
*NOTE: Netbox plugin for SSO, v2.0+, supports Netbox 2.8, 2.9, 2.10, 2.11.
14+
*NOTE: Netbox plugin for SSO, v2.0+, supports Netbox 2.8, 2.9, 2.10, 2.11, 3.0.
1515

1616
## System Requirements
1717

@@ -26,6 +26,10 @@ In the `configuration.py` you will need to enable and configure these
2626
```python
2727
REMOTE_AUTH_ENABLED = True
2828
REMOTE_AUTH_BACKEND = 'utilities.auth_backends.RemoteUserBackend'
29+
# For v2.8+:
30+
# REMOTE_AUTH_BACKEND = 'netbox.authentication.RemoteUserBackend'
31+
# For backends included with this plugin:
32+
# REMOTE_AUTH_BACKEND = 'django3_saml2_nbplugin.backends.<Backend>'
2933
REMOTE_AUTH_AUTO_CREATE_USER = True
3034
````
3135

0 commit comments

Comments
 (0)