Microsoft Graph: Current authenticated context is not valid for this request
I had an app that used MSAL and the v2.0 endpoint to sign in users and get token. I recently changed it to ADAL and the normal AAD endpoint (also changing the app), and now when I try to use the GraphService I get the following error: Current authenticated context is not valid for this request My user is admin All permissions have been delegated The token is successfully retrieved Here is the code I use: public static GraphServiceClient GetAuthenticatedClient() { GraphServiceClient graphClient = new GraphServiceClient( new DelegateAuthenticationProvider( async (requestMessage) => { string