Hello everyone,
I managed to connect my Laravel Application with a test account on Azure Active Directory using the official Microsoft Graph PHP package. I followed the guides to create an app on AAD, set the permissions etc. Everything worked like a charm. Then, I simply changed the credentials with the ones from my real account and now I get this error:
I've set the correct permissions inside my real app, as I did inside my test app. I already tried with Graph Explorer and everything works fine
Any suggestion to fix this?
Thanks in advance