You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After restarting the netbox service, the "Microsoft Entra" button appears. When I click on it, I am correctly redirected to the Entra sign in for my username and password. However, after authenticating I get the following:
AADSTS700016: Application with identifier 'None' was not found in the directory 'company'. This can happen if the application has not been installed by the administrator of the tenant or consented to by any user in the tenant. You may have sent your authentication request to the wrong tenant.
There are mentions of this exact error in previous threads, but nothing that demonstrates a fix. netbox-community/netbox-docker#1360 #18813
In fact, all the users that have had this error that I can find are all running things via docker/Kubernetes. I am running netbox on bare metal.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Followed the guide here to a T: https://netboxlabs.com/docs/netbox/administration/authentication/microsoft-entra-id/
Here is my configuration.py
After restarting the netbox service, the "Microsoft Entra" button appears. When I click on it, I am correctly redirected to the Entra sign in for my username and password. However, after authenticating I get the following:
AADSTS700016: Application with identifier 'None' was not found in the directory 'company'. This can happen if the application has not been installed by the administrator of the tenant or consented to by any user in the tenant. You may have sent your authentication request to the wrong tenant.
There are mentions of this exact error in previous threads, but nothing that demonstrates a fix.
netbox-community/netbox-docker#1360
#18813
In fact, all the users that have had this error that I can find are all running things via docker/Kubernetes. I am running netbox on bare metal.
This article: https://learn.microsoft.com/en-us/troubleshoot/entra/entra-id/app-integration/error-code-aadsts70001-app-not-found-in-directory
says the issue is that the 'issuer' attribute sent from the application to Entra doesn't match the identifier value. I have no idea what that means. I followed the NetBox documentation exactly.
Beta Was this translation helpful? Give feedback.
All reactions