While I am working with MS Graph Poller Plugin , I am getting access denied error :"ACCESS TO ODATA is Disabled[RAOP]"
Discussion posts and replies are publicly visible
With just this error message, we have almost nothing to work with. So I copied your post into AI.
Everything below is AI generated:
Okay, the error "ACCESS TO ODATA is Disabled[RAOP]" when using an MS Graph Poller Plugin strongly suggests a configuration or permissions issue, likely related to how your Azure AD application is set up or policies applied within your Azure environment.
Here’s a breakdown of potential causes and troubleshooting steps:
Azure AD App Registration Permissions:
Mail.Read
Calendars.Read
User.Read.All
Conditional Access Policies:
Application Disabled:
Plugin Configuration:
https://graph.microsoft.com
Resource Specific Access Policies (Less Common for OData Disabled):
Troubleshooting Steps:
Invoke-RestMethod
GET graph.microsoft.com/.../users
The "[RAOP]" part might be a specific code generated by the plugin or a specific policy type; focusing on the "ACCESS TO ODATA is Disabled" message and checking Azure AD permissions and policies is the most likely path to resolution.
it hurts a bit to see that you started using AI. His/her comment was not really good. But I prefer questions which teaches thinking instead of copying AI responses. :) so salmedas793471 what do you try to archive?Where does this message appear?Is it reproducable?What steps did you execute until the message appeared?
Hi @Richard Michaelis , In azure we need to register an application for Appian to use client credentials, these applications should have relevant mailboxes in scope that needs to connect and also need to have mailbox permissions. I missed these things, so I got that error, I configured now, and the error is gone. Thanks