apps
5 TopicsHow and where to update Company Communicator v4 App Registration Expired Client Secret
How and where to update Company Communicator v4 App Registration Expired Client Secret in Azure. I see the option to create new secret but not renew it. 1.) If i create a new secret is it required to remove the old expired one ? 2.) After a new secret is created for both the Client and Author apps, where do i need to update the old Secret values with the newly created ones and which values need to be updatedSolved6KViews1like10CommentsCreate custom app for show owa mailbox and calendar in tabs in Teams
Hello everyone, I'm creating a custom app for teams to display owa's inbox and calendar, each in a tab. I've added the necessary permissions and the app works fine in Team Web, but it doesn't show me anything from the Teams desktop client. Can anybody help me? I have included the owa identifier in the app and it should show the windows from the desktop client.Solved1.4KViews0likes4CommentsUnfurlink Link (Adaptive card) in
Hello We try to return an adaptive card to the Microsoft Teams message area after pasting a URL in the MS Teams message area as shown here (line 17). The only difference between our code and the code displayed here is that instead of returning a Hero Card we would like to return an adaptive card. Unfortunately for some reason the adaptive card is not displayed in the MS Teams message area after pasting the URL in the message area. Could you share the way how to do it the correct way?1.9KViews2likes2CommentsError updating Teams App - ID in manifest doesn't match installed
I have created a 'Hello World' Teams app following the getting started guide. This seemed to work as expected and I was able to add the application to my app catalog in the Teams client. However, I am having problems updating the application without deleting and re-adding it. For example: Go to Teams App Studio -> Manifest Editor Select the Hello World app Change only the version number (e.g. 1.0.0 to 1.0.1) Go to Test and Distribute and download the package. Go to Apps and click the '...' button next to the installed Hello World 1.0.0 application. Select Update and choose the package zip downloaded in step 4. At this point, I get an error: The id in the manifest doesn't match with the app being updated. Comparing the manifest.json file between the 1.0.0 and 1.0.1 app, the only thing that is different is the "version" field. Everything else, especially the "id" value is identical. I get the same problem when I manually alter the application version in the manifest.json and attempt to update the app. Why am I not able to update an installed application? Am I missing something and these steps are just not valid?Solved12KViews1like3CommentsTeams AppStudio: Fehler beim Lesen von manifest.json: Ungültige Werte für validDomains[0] angegeben
hey, i tried configuring this: https://docs.microsoft.com/en-gb/sharepoint/dev/features/embed-pages-to-teams but when i click "install" i am getting this error: Fehler beim Lesen von manifest.json: Ungültige Werte für validDomains[0] angegeben: „https://tenant.sharepoint.com“ when i look at my manifest i see that "https://tenant.sharepoint.com" is added automatically to validdomains from my tab urls. when i try to remove "https://" from my tab, then validdomains is correct, but i get an error that this https:// is needed. Is this a bug? Here is my manifest: { "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.7/MicrosoftTeams.schema.json", "manifestVersion": "1.7", "version": "1.0.0", "id": "4ddeb0da-6c62-440b-aae7-cfb8aeacbe35", "packageName": "com.teams.dwp.app", "developer": { "name": "Ich", "websiteUrl": "https://domain.de", "privacyUrl": "https://domain.de", "termsOfUseUrl": "https://domain.de" }, "icons": { "color": "color.png", "outline": "outline.png" }, "name": { "short": "DW", "full": "Digital Workplace" }, "description": { "short": "test", "full": "test123" }, "accentColor": "#FFFFFF", "staticTabs": [ { "entityId": "123", "name": "Test", "contentUrl": "https://tenant.sharepoint.com/_layouts/15/teamslogon.aspx?SPFX=true&dest=/sites/dw/SitePages/Home.aspx", "websiteUrl": "https://tenant.sharepoint.com/_layouts/15/teamslogon.aspx?SPFX=true&dest=/sites/dw/SitePages/Home.aspx", "scopes": [ "personal" ] } ], "permissions": [ "identity", "messageTeamMembers" ], "validDomains": [ "https://tenant.sharepoint.com" ], "webApplicationInfo": { "id": "00000003-0000-0ff1-ce00-000000000000", "resource": "https://tenant.sharepoint.com" } }1.4KViews0likes0Comments