GearPlug / microsoftgraph-python

Microsoft Graph API wrapper written in Python
MIT License
96 stars 40 forks source link

No tenant support here when authentication and token request without user? #19

Closed cnc0090306 closed 2 years ago

cnc0090306 commented 3 years ago

Just as the title describes

cnc0090306 commented 3 years ago

token request without users https://docs.microsoft.com/en-us/graph/auth-v2-service?view=graph-rest-1.0

there is no refresh_token in response and also redirect_uri is not required here

ingmferrer commented 2 years ago

Hello, at this time the library does not support access without users. Sorry.