OfficeDev / microsoft-teams-sample-meetings-token

Microsoft Teams meeting extensibility sample: token passing
MIT License
13 stars 10 forks source link

"Failed to get auth: App resource defined in manifest and iframe origin do not match" #3

Closed ardacetinkaya closed 4 years ago

ardacetinkaya commented 4 years ago

I am trying to have SSO Tabs in my Teams app. I got the Failed to get auth: App resource defined in manifest and iframe origin do not match error at teamsClient.authentication.getAuthToken in AuthService() in my development scenario.

I have an application running on my local within ngrok. So my Azure AD Applicatiıon ID is something like; api://ngrok/00000000-0000-0000-0000-000000000000

I think I have some misconfiguration issue, but I followed the documentations. Any clue might save me :)

ardacetinkaya commented 4 years ago

I got found the problem, sorry for the issue.

The problem was due to Microsoft's VS Code extension to create manifest.json file. I just manually create it and fixex.