Azure-Samples / ms-identity-python-devicecodeflow

A Python sample of a browserless app using the device code flow to get tokens to call Microsoft Graph API
MIT License
25 stars 17 forks source link

Add tenant id to authority parameter #6

Open lluuiissoo opened 7 months ago

lluuiissoo commented 7 months ago

Tenant ID is needed in authority parameter to avoid error: "AADSTS50059: No tenant-identifying information found in either the request or implied by any provided credentials. ..."

lluuiissoo commented 7 months ago

image