0

I want to make an app for my organisation using SSO via Office365. I found the Socialite plugin for Laravel and now I am wondering: What is the difference between Microsoft Graph and Microsoft Azure Provider?

apmyp1990
  • 21
  • 7

1 Answers1

1

Here are some usefull informations: https://developer.microsoft.com/en-us/office/blogs/microsoft-graph-or-azure-ad-graph/

TLDR: Use Microsoft Graph instead of Azure, because the Azure Version will be deprecated.

apmyp1990
  • 21
  • 7