netbox-plugin-azuread
netbox-plugin-azuread copied to clipboard
A plugin that enables users to authenticate with Netbox using Azure Active Directory
Hi, I´m facing an issue with this plugin. I configured everything like described in the instructions but unfortunately when I do the login via Microsoft I do not get logged...
Found an issue where a user will fail to authenticate to its appropriate group when they have more than 100+ Azure AD groups assigned to its account. Looking at your...
Hi Guys, I'm trying to integrate Azure AD authentication into Netbox, following instructions in: https://github.com/marcus-crane/netbox-plugin-azuread I'm getting the error in the screenshot below:  This seems to be coming from...
re: https://github.com/marcus-crane/netbox-plugin-azuread/issues/16#issuecomment-999496471, the plugin can throw an error if the id of a client secret is provided instead of the secret itself. It isn't obvious to end users what is...
With Netbox v3.1.2, I am facing the issue that I can not reach the AzureAD login site without logging me in before. Netbox automatically redirects unauthenticated users from `/plugins/azuread/login/` to...
am getting issues starting netbox with this plugin `Aug 10 08:14:36 netbox gunicorn[1514]: django.core.exceptions.ImproperlyConfigured: Unable to import plugin netbox-plugin-azuread: Module not found. Check that the plugin module has been installed...
Now that I have a proper Microsoft 365 Developer account set up, I can actually test this plugin locally. Prior to now, I didn't actually have access to try out...
Both for my own reference, and for users, it would be good to add a working `docker-compose.yml` example to the `contrib` folder.