Forum Discussion
katherinewilkinson2020
Dec 03, 2020Copper Contributor
Adding an on-premise intranet page to the teams menu using app studio
We have an old on premise intranet site, the URL uses the format https://intranet.contoso.com/pages/default.aspx The site is only accessible to internal users. I've tried following guides online...
Don_DeCarlo
Dec 03, 2020Copper Contributor
Dear Katherine
If you sent me over your manifest file I might be able to help you to debug.
You can view your manifest file in App Studio from the Manifest editor "App Manifest (Preview)" Then just copy the json and sent it along.
Thanks
Don
- katherinewilkinson2020Dec 04, 2020Copper Contributor
Thanks Don, I have anonymised the company name:
{"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.8/MicrosoftTeams.schema.json","manifestVersion": "1.8","version": "1.0","id": "dd428b54-67b8-482a-974e-ce0d561c4090","packageName": "exchange.package","developer": {"name": "KW","websiteUrl": "https://theexchange.contoso.com/Pages/default.aspx","privacyUrl": "https://theexchange.contoso.com/Pages/default.aspx","termsOfUseUrl": "https://theexchange.contoso.com/Pages/default.aspx"},"icons": {"color": "color.png","outline": "outline.png"},"name": {"short": "The Exchange","full": "The Exchange"},"description": {"short": "The Exchange","full": "The Exchange"},"accentColor": "#FFFFFF","staticTabs": [{"entityId": "12321312312","name": "google","contentUrl": "https://www.google.com","websiteUrl": "https://www.google.com","scopes": ["personal"]},{"entityId": "12344321","name": "The Exchange","contentUrl": "https://theexchange.contoso.com/Pages/default.aspx","websiteUrl": "https://theexchange.contoso.com/Pages/default.aspx","scopes": ["personal"]}],"permissions": ["identity","messageTeamMembers"],"validDomains": ["http://www.google.com","theexchange.contoso.com"]}