mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 09:51:22 -06:00
Clarify REMOTE_AUTH_HEADER documentation (#5430)
This commit is contained in:
parent
55e8d37fb0
commit
230b503b7a
@ -460,7 +460,7 @@ NetBox can be configured to support remote user authentication by inferring user
|
|||||||
|
|
||||||
Default: `'HTTP_REMOTE_USER'`
|
Default: `'HTTP_REMOTE_USER'`
|
||||||
|
|
||||||
When remote user authentication is in use, this is the name of the HTTP header which informs NetBox of the currently authenticated user. (Requires `REMOTE_AUTH_ENABLED`.)
|
When remote user authentication is in use, this is the name of the HTTP header which informs NetBox of the currently authenticated user. For example, to use the request header `X-Remote-User` it needs to be set to `HTTP_X_REMOTE_USER`. (Requires `REMOTE_AUTH_ENABLED`.)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user