-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't able to list the customers with live credentials #2
Comments
Commonly this is because you haven't added the Azure AD permission to your App ID that your software is signing in as. To resolve this: 1) add your partner directory to an Azure AD subscription that has a Microsoft Account as administrator, 2) use the Azure management portal to open the directory and edit the App ID in that directory that you are using, 3) configure the App ID and add the Azure AD directory read permission to it. |
Hi |
I have mistakenly closed the above issue as solved.. I have few queries here
Could someone tell me what went wrong here?we are already in production and we need to fix it immediately. Thanks |
Hi
I can able to list the customers with sandbox credentials. But I cant able to list the customers with live credentials. I am getting the below error.
code":"Authorization_IdentityNotFound","message":{"lang":"en","value":"The identity of the calling application could not be established"}
I have referred the method "GetAllCustomers" in customer.cs
The text was updated successfully, but these errors were encountered: