While trying set up Azure active directory app registration for one of our internal API application, and while executing some sample authnetication codem we are getting error "Azure active directory AADSTS90092: Non-retryable error has occurred.".
which verifyin the error in azure known error codes list, it translate to "
AADSTS90092 GraphNonRetryableError
"
https://docs.microsoft.com/en-us/azure/active-directory/develop/reference-aadsts-error-codes
Does any one have to how to resolve this sort of error any known article or resolution?