Compare commits
1 commit
c7260c46d0
...
249a3b753e
Author | SHA1 | Date | |
---|---|---|---|
249a3b753e |
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
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 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.
|
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`.
|
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
|
## Links & Resources
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue