Relative Content

Tag Archive for microsoft-graph-apiazure-ad-msalmicrosoft-graph-teamsmsal.jsmsal-react

Get change notifications teams presence using Microsoft Graph API without delegated permissions

I am working on a application which needs ms teams change notifications for presence to update the frontend. The issue is this application will open in another application as an IFRAME, I have tried to implement login using in IFRAME but MSAL-REACT gives error.
Is there any way, I can get the teams presence change notifications without user interaction because I can’t implement login within IFRAME as MSAL-REACT doesn’t support it.
Also through Application permissions, change notification not supported yet.