Forum Discussion
Lakshmi_145
Nov 09, 2023Iron Contributor
Upgrading teams graph client to the latest version
Currently, we are using graph client version 4 for teams bot app permissions. We wanted to upgrade the graph clinet service to the latest version. Could you please share any upgrade documents that ...
Prasad_Das-MSFT
Microsoft
Nov 10, 2023Lakshmi_145 - Could you please check this? @microsoft/microsoft-graph-client - npm (npmjs.com)
Lakshmi_145
Nov 10, 2023Iron Contributor
- Prasad_Das-MSFTNov 13, 2023
Microsoft
Lakshmi_145 - We checked, but there is no such sample to be found.
- ChetanSharma-msftJun 02, 2024
Microsoft
Yes, you can create it the Graph Client without token via passing client id, tenant id etc.
You can refer this doc: Choose a Microsoft Graph authentication provider - Microsoft Graph | Microsoft Learn
Refer this thread as well: c# - DelegateAuthenticationProvider not found after updating Microsoft Graph - Stack Overflow
You can also update the Graph package from Visual Studio nuget packages.