Application with Identifier was not found in the directory
Message: AADSTS700016: Application with identifier ‘uFB7Q~DDvDvTuuJa5UVkItuq4EYyDdm1TYB-E’ was not found in the directory (domain name). 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.
unauthorized_client: AADSTS700016: Application with identifier ‘c1fff7bd-0858-470d-9782-6ddf2906a913’ was not found in the directory ‘Company name’. 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.
Cause
Have specified Client Secret instead of Client ID (aka App ID) in application. This is why the authentication request contains incorrect Client ID and Azure AD fails to find the app, resulting in this error.
Resolution
the Application identifier ‘uFB7Q~DDvDvTuuJa5UVkItuq4EYyDdm1TYB-E’ is incorrect. I suspect that in your application, you have specified Client Secret instead of Client ID (aka App ID). This is why the authentication request contains incorrect Client ID and Azure AD fails to find the app, resulting in this error. Search for your app under Azure AD > App registrations and make sure you are using its client ID.
In Azure AD, the Client ID is always in GUID format, as highlighted below:
So, that’s all in this blog. I will meet you soon with next stuff. Have a nice day!!!
Guys please don’t forget to like and share the post. Also join our WindowsTechno Community and where you can post your queries/doubts and our experts will address them.
You can also share the feedback on below windows techno email id.
If you have any questions, feel free to contact us on admin@windowstechno.com also follow us on facebook@windowstechno to get updates about new blog posts.