Teams custom application AppStudio: how displaying a WebSite in personnal TAB - microsoft-teams

I'm working in Teams AppStudio, so I want to create a custom app with personal Tab witch display a website,
I have created my AppManifest correctly,
I have inserted my Personnal Tab: in this one I put my Website URL in content URL
Then I deploy My App in My Teams application,
When I go to My App, I have any thing displayed in my personnal TAB,
This the Error on browser:
teamsError on browser:

Related

MS Teams deep link to specific page Inside a Tab application

I want to create a Deeplink to my tab application which is running a custom web application. The web app is running on azure app service (let's say the URL is https://XYZ.azurewebsites.net). The custom app is built using React. Now what I want is to create a deeplink which will redirect the user to a custom page like https://XYZ.azurewebsites.net/items/{id} inside the tab. Basically, a deeplink which will redirect the user to a specific item page.
What I feel like using sub entity id it's possible, but I am not sure how to Form the url here as I do not find SubEnityID in my app manifest.
Any help would be appreciated.
Thanks in advance

How to hide the URL of the embedded website in Wix.com?

I have built a website on wix.com and embed my existed website on AWS in the web pages of Wix.
However, the users can find the URL of the embedded website from the 'View source' function of the web browser client. Is there any way to hide the URL in the HTML of the webpage?
Alternatively, is there any way to let the user sign once using the same user name and password to login to both my website on Wix.com and my website on AWS?
Thank you.

Username and password integrating application with Microsoft Teams

I'm having trouble with Microsoft Teams in the sense that I does not recognise my username and password that I enter in my application. I'm able to get my application to display inside the Teams page, but when I capture my username and password, Teams re-display the login screen. I'm using asp.net core identity framework to authenticate my users.
When I add [anounamous] tags to my controllers, it's possible to navigate to those pages. But anything that is not decorated with [announoumus] will force me back to the login screen and then Teams does not recognise the login details.
It is as if it does not know how to read the information in the cookie.
I'm able to load the manifest.json file without any issues, then select the page to display on the Team Tab. But when I try to navigate to a "restricted" page that requires my user to be logged in, Teams display my login page.
Below is a link to the Manifest file if anyone is able to help: dropbox.com/s/wxw3xtk1458blbu/Ezymapps.zip?dl=0

How to test installation on non dev domain

I'm developing a google apps marketplace app. There's the Test install flow button on the dashboard, but I'd like to test installation on another domain of ours - to see that permissions, token etc. work as expected. Is there a way to install an (it's non published yet) on a domain which is not related to development?
Found a solution, this was surprisingly straightforward, but it worked for me:
Open two browser windows, one for your dev account (dev.com) and one for the domain you wish to test on (test.com)
In you dev account, go to the dashboard and click the Test installation flow button
In the popup that you get, go to the address bar and copy the link
Now go to the browser with your test.com domain, and enter this address
You'll be asked to login, and then you'll get the consent screen
You should now see the app in your test.com`s marketplace apps list
You can do this by creating a new application in the chrome web store.
Make sure that you create this application in the web store with an account that belongs to the given domain. Next, restrict access to your domain.
Finally, you can install the application on the domain.

Chrome Web Store asking for payments

I am working on a Chrome Web Store application, and plan to use the Chrome Web Store Payments. I could find the documentation on how to check if the user has paid, but I can't figure out how to offer the user to pay? How should I redirect him to the store?
First you should publish your app to test users. If necessary add them to a google group and choose that group in the developer dashboard. Of course you will need to enable payments for your app too.
Only these test users will be able to see the link, which you can find through the developer dashboard by clicking on your app's name. This will make a link, which at the moment is constructed like this:
https://chrome.google.com/webstore/detail/YOUR_APPS_CHROME_STORE_NUMBER
This page will have an "Add to Chrome for $x" that they need to click to help you test your payment implementation. This URL could be used for advertising as well.
Google advises to create a new app listing for the public release of your app.

Resources