Forum Discussion
chetan_sk
Sep 28, 2023Copper Contributor
Authenticate Microsoft graph API with username and password without register app
Hi Team, We have a requirement to send the files to the team channel using python and we came accross the way of doing that using the graph API. https://learn.microsoft.com/en-us/graph/api/c...
Vaibhav-MSFT
Jan 11, 2024Former Employee
Hello chetan_sk,
There is no way we can authenticate Graph API without App Registration. For doing so App is required. For more information, please refer to the documentation.