O365 / python-o365

A simple python library to interact with Microsoft Graph and Office 365 API
Apache License 2.0
1.65k stars 421 forks source link

Sign in audience selection #566

Open shuo0220 opened 3 years ago

shuo0220 commented 3 years ago

Why O365 has to work with an app registered in Azure that grants permission to "AzureADandPersonalMicrosoftAccount - Users with a personal Microsoft account, or a work or school account in any organization's Azure AD tenant" to acquire the token. Is this a security issue for people using their work account? image

I've tried the single tenant account type, but it didn't work to authenticate.

alejcas commented 3 years ago

I dont understand your question properly but, the audience is whatever you want. The tenant is only required when using client credential auth flow