Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
408 views
in Technique[技术] by (71.8m points)

Get Microsoft Teams Presence status in custom app

I am installed custom app in Microsoft Teams. In custom app i want to get/change the user presence status by using Javascript/C#.net. I followed below way but here we need to pass authProvider. Instead of authProvider, get the user presence why because my custom app already installed in the microsoft Teams why again i need to pass the authProvider Details.

In Microsoft Graph API call Required Azure App ClientID.

In C#.net side followed below way.enter image description here

Please provide the solution to get the user presence. or provide other solutions to do this.

question from:https://stackoverflow.com/questions/65847469/get-microsoft-teams-presence-status-in-custom-app

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

For any graph api to access and to provide user details such as presence of an user, Auth provider is mandatory as it secures the details through an access token.

So Auth provider is necessary irrespective of the custom app uploaded in Teams.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...