netbox-plugin-auth-saml2 icon indicating copy to clipboard operation
netbox-plugin-auth-saml2 copied to clipboard

Netbox plugin for SSO using SAML2

Results 22 netbox-plugin-auth-saml2 issues
Sort by recently updated
recently updated
newest added

If using Python 3.9, get a weird error "module 'base64' has no attribute 'decodestring'" if DEBUG is set to true. Otherwise, nothing.

Hi, I'am using a HELM chart (provided here: https://github.com/bootc/netbox-chart) to deploy Netbox on Kubernetes. For the rremoteAuth configuration: ```yaml remoteAuth: enabled: true backend: netbox.authentication.RemoteUserBackend autoCreateUser: true header: HTTP_REMOTE_USER groupSyncEnabled: true...

Hello, Does anyone have this plugin working on Netbox 3.3? I've had it running fine on different versions - 3.02, 3.1.8 & 3.2.1. I'm having issues getting it working on...

Hello, would like to have additional Groups to each `FLAGS_BY_GROUP` entries inside the configuration, such as: ``` 'FLAGS_BY_GROUP': { 'is_active': ['GROUP_1', 'GROUP_2', ...'GROUP_N'], 'is_staff': ['GROUP_1', 'GROUP_3', ...'GROUP_N'], 'is_superuser': ['GROUP_3, 'GROUP_2',...

Could anyone help me on this issue? My configuration for CUSTOM_ATTR_BACKEND doesn't work for some reasons. Once I login using Saml, the login account doesn't have firstname, lastname and groups....

Hello, Two weeks ago, I just started working with Netbox, we needed to configure SSO using SAML and cam across this in the Documentation. My environment: Ubuntu 22.0.4, Nignx,NetBox version:...

The new version of importlib-resources is not compatible with the plugin step to reproduce: 1 install netbox and netbox-plugin-auth-saml2 2 pip install importlib-resources==6.0.0 3 run netbox manage script : ./manage.py...

I'm trying to test the SAML auth with https://mocksaml.com/ and no matter what I'm doing I'm still getting "access denied" I'm with netbox v3.5.1 and tried different backends with different...

I have followed the https://github.com/jeremyschulman/netbox-plugin-auth-saml2 page to configure the SSO using SAML2.0. Used remote_auth_backend as ` django3_saml2_nbplugin.backends.SAML2CustomAttrUserBackend` Got the below error and attached screen shot. It seems like I am...

Fairly new to netbox and `django3_saml2_nbplugin` I've got SAML working, however, when a specific account is in `netbox-operator` group first and then is assigned to `netbox-admins`, the status **Staff status**...