You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by soulflyman November 4, 2024
Hi,
I want to use graph-rs-sdk to read and write in ms teams.
But I'm unable to get authenticated using the "Resource Owner Password Credential" (username+password) method.
The error message "The request body must contain the following parameter: 'username'." sounds to me like the library is not passing the username from the environment variable to the API. Is this correct, and what can I do to get it working?
The text was updated successfully, but these errors were encountered:
Discussed in #502
Originally posted by soulflyman November 4, 2024
Hi,
I want to use
graph-rs-sdk
to read and write in ms teams.But I'm unable to get authenticated using the "Resource Owner Password Credential" (username+password) method.
The error response I got is:
My Code:
The following environment Variables were set:
I used this commands to set the values in my powershell on win11:
The error message "The request body must contain the following parameter: 'username'." sounds to me like the library is not passing the username from the environment variable to the API. Is this correct, and what can I do to get it working?
The text was updated successfully, but these errors were encountered: