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 contain the replacement for DelegateAuthenticationProvider and _graphClient.Me.Request().GetAsync() .
Is it possible to create a graph client object without a sign in token, only using the app registration client ID and secret.
4 Replies
- Prasad_Das-MSFT
Microsoft
Lakshmi_145 - Could you please check this? @microsoft/microsoft-graph-client - npm (npmjs.com)
- Lakshmi_145Iron Contributor
- Prasad_Das-MSFT
Microsoft
Lakshmi_145 - We checked, but there is no such sample to be found.