
Announcements
Hi, I tried to call this:
https://graph.microsoft.com/v1.0/me/
I have this error.
"Current authenticated context is not valid for this request. This occurs when a request is made to an endpoint that requires user sign-in. For example, /me requires a signed-in user. Acquire a token on behalf of a user to make requests to these endpoints. Use the OAuth 2.0 authorization code flow for mobile and native apps and the OAuth 2.0 implicit flow for single-page web apps."
I have this flow:
What is the problem?
Hi @Racca,
Could you please share a full screenshot of your flow's configuration?
The error message told that there is something wrong with the current authenticated context. The authenticated context that you provided for this request is invalid.
I have made a test on my side and don't have the issue that you mentioned. My flow's configuration as below:
The flow works successfully as below:
Please check if you have provided proper access token for your request. Please check and see if the following article would help in your secenario:
Best regards,
Kris