msft-teams/tools

[TeamSampleHub] - ClientApp is not working in Teams

Closed this issue · 1 comments

Hi everyone,

I am trying to deploy the SampleHubReactVersion in my Office 365 developer subscription. Azure resources are using the same Azure AD.

Getting done with all the steps, I am gettings this:

image

I have some doubts about what I configured:

  • Deployment, step 5: what is exactly the "fully-qualified-domain-name.com” parameter ? Is this my tenant name, the API domain ?
  • Sample Hub API publication: is it enough to fill the Azure AD parameters on the appsettings.json file ? (Screenshot below)
  • There is no information about where do we have to deploy the Client App (“Front”), I did it on other Azure Web App but I am not sure if I am right.

Some screenshots of the important files:

Microsoft Teams Manifest
image

Links.tsx React file
image

AppSettings.json file
image

Thanks in advance

Ok I got it.

I changed my applicationIDUri to match with my ClientApp URL (ie: replace green to blue in both Manifest.json and appsettings.json files) and seems to work like a charm !