/netbox-saml

Docker Image of NetBox with SAML2

Primary LanguagePythonApache License 2.0Apache-2.0

NetBox Docker image with SAML2

This is a docker image that extends the NetBox community's docker image with SAML2 authentication capabilities using Jeremy Schulman's NetBox plugin found here.

Usage

To use this docker container, simply use 'docker.io/forsytheda/netbox-saml' in your compose file instead of 'quay.io/netboxcommunity/netbox'.

Configuration

There is no special configuration unique to this docker container. All configuration necessary is covered in the NetBox GitHub Page and in the netbox-plugin-auth-saml2 GitHub Page.

Example Implementation

WIP: TBD