marcus-crane / netbox-plugin-azuread

A plugin that enables users to authenticate with Netbox using Azure Active Directory
17 stars 5 forks source link

No LogIn performed after Azure Authentication #24

Open marvinmuellenbach opened 2 years ago

marvinmuellenbach commented 2 years ago

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 in into NetBox. It just redirects to the Netbox URL without any errors. As local admin user I can see that the user coming from the AzureAD is added with correct groups and permissions. Do you have any idea why this is happening?

I´m running Netbox 3.1.9 in docker with the offical netbox image.

This is the configuration part:

image

I´m thankful for any assistance.

Greetings!

mukifl commented 2 years ago

Hi,

I got exactly the same issue. Login over Azure works (Sign-In Logs are showing successfull) but im not logged in with a user. Did you find a fix for this?

Cheers

marcus-crane commented 2 years ago

Hi there,

I haven't worked at my old employer for quite some time nor do I have access to an Azure environment. Netbox now has official support for AzureAD SSO available here that I recommend looking at: https://docs.netbox.dev/en/stable/administration/authentication/overview/

Best of luck