-
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. This article: https://learn.microsoft.com/en-us/troubleshoot/entra/entra-id/app-integration/error-code-aadsts70001-app-not-found-in-directory |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
for anyone else that comes across this .. there were 2 issues. 1, you need to also make sure to include the tenant ID your configuration.py should look like this
|
Beta Was this translation helpful? Give feedback.
for anyone else that comes across this .. there were 2 issues.
1, you need to also make sure to include the tenant ID
2. You can't use a self-signed SSL cert. You need a real SSL cert issued by a cert authority.
your configuration.py should look like this