Skip to content

Conversation

@decoupca
Copy link
Contributor

Fixes: #11977

Change the REMOTE_AUTH_BACKEND setting to accept an iterable, which will be merged with AUTHENTICATION_BACKENDS in settings.py, to allow multiple authentication backends that will be attempted in sequence when authentication a user.

@jeremystretch jeremystretch merged commit 571d33e into netbox-community:develop Mar 28, 2023
jeremystretch added a commit that referenced this pull request Mar 28, 2023
* Add suppport for REMOTE_AUTH_BACKEND as iterable

* Closes #11977: Support for multiple auth backends

* Tweak list casting

---------

Co-authored-by: jeremystretch <[email protected]>
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support for multiple remote auth backends

2 participants