tab
5 TopicsContent security policy headers teams migration to cloud domain
With this new migration of Microsoft cloud services to i.e. MS teams to teams[dot]cloud[dot]microsoft , I have a question for simple tab apps built on react for teams , our app is launched directly from the URL we have given in the manifest JSON file , so where do we put the CSP(content security protocol) headers , or , are they at all required for such use cases similar to ours ? Microsoft Teams372Views0likes0CommentsInternal url's not recognized
Hi, Trying to setup a Teams channel for software dev below our general company channel, I wanted to add a "Website" Component to the new channel. Unfortunately Teams does not identify correctly internal urls. Ex for the JIRA server : "http://servername:8840/issues/"is not recognized, meaning I cannot click save. If possible, ideal url to accept would be more like : http://servername:8840/issues/?jql=project%20%3D%20SOFT%20ORDER%20BY%20issuetype%20ASC%2C%20priority%20DESC Any way to bypass this irrelevant restriction on urls ? Thanks.Solved1.9KViews0likes4CommentsHow to get the channel id via PowerApps Form that is located in the Teams Tab
I will design a PowerApps form. I would like to put it into any channel tab. I will show the related information of the current channel from SharePoint via this PowerApps form. How can I get the channel Id and send it to the PowerApps form?Solved6.1KViews0likes4CommentsHow to edit the properties in SharePoint TeamsPersonalApp?
I have developed a WebPart. I'm using this WebPart in Teams as TeamsPersonalApp. This WebPart contains several properties to sync with AAD like: clientId, applicationId. If I use the WebPart in SharePoint, I can work with these properties, I can modify... These are the properties in the WebPart: "preconfiguredEntries": [{ "groupId": "---", "group": { "default": "Other" }, "title": { "default": "----" }, "description": { "default": "-----" }, "officeFabricIconFontName": "Page", "properties": { "clientId": "--------", "tenantId": "--------", "width": "320", "height": "720", }] The problem is that I need to edit the clientId and applicationId dinamically in Teams, but I don't know how can I do it. My manifest has something like this, I have declarated a staticTab with these params: "staticTabs": [ { "entityId": "example.integration", "name": "Example", "contentUrl": "https://{teamSiteDomain}/_layouts/15/TeamsLogon.aspx?SPFX=true&dest=/_layouts/15/teamshostedapp.aspx%3Fteams%26personal%26componentId=xxxxx%26forceLocale={locale}", "scopes": [ "personal" ] } ], And with this config, I can't edit the values dinamically I would like to obtain something like this: I'm stuck with this, I would know the way to change this values in Teams with the staticTab Could somebody give a clue? Regards!!1.6KViews0likes1CommentChannel welcome message to direct the user to a tab
I have created a new channel in our Corporate-wide supportteam called "Request Office 365 Group" and I would love to direct the users directly to the "Request Group" tab, where a simple form is attached. What's the best way to do that? Thanks in advance.6.7KViews1like1Comment