TheNetworg / oauth2-azure

Azure AD provider for the OAuth 2.0 Client.
https://packagist.org/packages/thenetworg/oauth2-azure
MIT License
229 stars 108 forks source link

Question: what needs to be reachable through firewall? #182

Open therabreal opened 1 year ago

therabreal commented 1 year ago

From the code it appears that only these domains need to be reachable over https - is that correct?

  1. https://login.microsoftonline.com/
  2. https://graph.windows.net/

Or am I missing something?

Thank you!