Azure / Microsoft365R

R SDK for interacting with Microsoft 365 APIs
Other
308 stars 41 forks source link

The identity of the calling application could not be established. #184

Closed asadow closed 9 months ago

asadow commented 10 months ago

I've successfully created a graph login via a service prinicipal, but I'm getting an error I don't understand. Does this mean a step in app registration was missed?

gr$list_users()

Error in process_response(res, match.arg(http_status_handler), simplify) : 
  Unauthorized (HTTP 401). Failed to complete operation. Message:
The identity of the calling application could not be
established.
asadow commented 10 months ago

After we found this link, the IT analyst asked if I am using any of the platforms in the attached images. He's wondering if we need to set up a redirect URI but I feel that is more for web app's which is not the current use-case. I am following the page on unattended scripts as opposed to the Shiny vignette.

image

image