diff --git a/roles/netbox/README.md b/roles/netbox/README.md index 3e5a584..594e8f8 100644 --- a/roles/netbox/README.md +++ b/roles/netbox/README.md @@ -79,6 +79,7 @@ Setting the option `netbox__custom_pipeline_oidc_group_and_role_mapping` to `tru Note that this role uses code for NetBox >= 4.0.0. The code is available in `files/custom_pipeline_oidc_group_and_role_mapping.py`, licensed under the CC BY-SA 4.0 license and taken from [this authentik NetBox documentation](https://docs.goauthentik.io/integrations/services/netbox/). The documentation also shows how to use the pipeline code by defining a custom `SOCIAL_AUTH_PIPELINE`, which you also need to do, as the configuration isn't provided by this role. +However instead of under `netbox.custom_pipeline.` the functions are available under `netbox.custom_pipeline_oidc_mapping.` with this role. See also [the default settings.py](https://github.com/netbox-community/netbox/blob/main/netbox/netbox/settings.py) for the default `SOCIAL_AUTH_PIPELINE`. ## Links & Resources