O365 / python-o365

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

Authentication Error #953

Open adiptb opened 1 year ago

adiptb commented 1 year ago

I'm having troubles authenticating following the documentation. Is this because the OAUTH_REDIRECT_URL = 'https://login.microsoftonline.com/common/oauth2/nativeclient' ? If yes, how to change/fix? Thank you.

0365

image

alejcas commented 1 year ago

I think you need to pass the tenant to the connection.

But I don't know as I don't see your code and what you want to do