Forum Discussion
maheshkumaryu
Aug 19, 2022Copper Contributor
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
Sort By
- Nivedipa-MSFT
Microsoft
maheshkumaryu - We are investigating your query. We will update you soon.- maheshkumaryuCopper Contributor
- Meghana-MSFT
Microsoft
maheshkumaryu - Apologies for the delay. We are checking with the engineering team on its possibility. We will let you know.
- maheshkumaryuCopper ContributorNivedipa-MSFT, any update on this?
- Meghana-MSFT
Microsoft
Please verify the contents of webApplicationInfo section:
"webApplicationInfo": { "id": "{AAD App client id}", "resource": "api://{Your tab app domain}/{AAD App client id}" }
Please make sure the domain in webApplicationInfo is same as your tab app's domain, otherwise Teams will return error.