I was following the AX7 Microsoft (docs.microsoft.com/.../resource-group-create-service-principal-portal) to authenticate a native client app with AAD but we do not have any subscriptions like below sanp becasue of On Premises Microsoft Dynamics 365 for Finance and Operations.
I had created and registered a native app in AAD and used its Client ID and Redirect Uri here.
{"AADSTS50001: The application named https:/ABC was not found in the tenant named ABC. 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 might have sent your authentication request to the wrong tenant.\r\nTrace ID: XXXXX\r\nCorrelation ID: ABC \r\n
PS: I researched a lot in Google, but didnt find a suitable solution.
Any help Or Idea?