Forum Discussion

maheshkumaryu's avatar
maheshkumaryu
Copper Contributor
Aug 19, 2022

Microsoft Teams Stage View fails to load Dynamics 365

I am trying to invoke a stage view through deeplink to view a Dynamics 365 Account record from my Personal Teams app on click of a button. I followed the documentation - https://docs.microsoft.com/en-us/microsoftteams/platform/tabs/tabs-link-unfurling#invoke-stage-view-through-deep-link Since this to work I have to pass the contentURL, I added a Dynamics 365 Tab to one my Channels in Microsoft Team, this gives a contentURL using the Graph API - InstalledApps in a Channel When I add the contentURL and the my Personal Teams appId to te deeplink URL, I get the following error. ExtensionTabService: getAuthTokenForApp: Failed with error - App resource defined in manifest and iframe origin do not match

LoginHandler: login failed. Reason: App resource defined in manifest and iframe origin do not match

Bootstrapper: boot failed. Reason: App resource defined in manifest and iframe origin do not match

My main objective is to invoke a Stage View to show a Dynamics 365 Account or any entity record using deeplink

15 Replies

Resources