02-11-2019 03:47 AM - edited 02-11-2019 04:00 AM
Hello,
I have couple of apps developed as Provider hosted Add-In because of it's need and I require them to be displayed in Microsoft teams tab, Now as far as I know, teams tab can be only created with SPFx, That means, I have to upgrade existing provider hosted Add-In App with SPFx which would be possible for some, and not possible for others.
In this case, Is there any possibilities or ways to display Provider hosted Add-In in Microsoft teams as tab ?
Looking forward to hearing suggestions from you soon !
PS : I have tried taking Add-In URL and display using "Website" app in tab, but it has thrown an error
Thanks and Regards,
Dipti Chhatrapati
02-11-2019 06:30 AM
Solution02-11-2019 09:43 PM - edited 02-11-2019 11:07 PM
02-11-2019 09:43 PM - edited 02-11-2019 11:07 PM
Thank you Carlos for the suggestion, As suggested, It worked with below work around:
1. Created a single app part page using this link - https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/single-part-app-pages
2. displayed single app part page using "Website" app to display the add-ins in teams tab that works as expected
PS : Although, "Single App Part Page" is currently in preview, so instead of that it's good to use "Home" page layout.
11-05-2020 06:42 AM
@Dipti Chhatrapati We have the same problem. We have one Provider Hosted Add-in where we had written some custom Server-side, client-side and Rest Api calls code and our .app package is hosted in App Catalog. I don't understand the steps which you took to resolve this. Can you please help me out how to do this in details?