An Azure service that automates the access and use of data across clouds without writing code.
Hello Lianpeng Sun,
The error “You don’t have access to this” (Error Code: 53003) indicates that the sign-in was successful, but access is being blocked by a policy—most commonly a Conditional Access policy in Azure AD (Microsoft Entra ID).
The policy may require conditions like:
Compliant or managed device
Specific network/location
MFA (which service accounts cannot satisfy)
- Exclude the account from Conditional Access (quick fix)
Work with your Entra ID admin to:
Review Conditional Access policies affecting this app/account
Add an exclusion for <removed PII>@microsoft.com
Please accept as answer and do a Thumbs-up to upvote this response if you are satisfied with the community help. Your upvote will be beneficial for the community users facing similar issues.