Some test text!
Web / Guides / Microsoft Teams
Welcome to Apryse. This is a guide to getting started with Apryse's WebViewer sample and integrating it with Microsoft Teams as a Teams App. The WebViewer will let you open PDFs, Annotate, Fill and Sign, and so much more .
How do Apps work in Teams?
When apps are made for Microsoft Teams a JSON manifest file is generated.The manifest file contains all the information the user needs to use the Teams app such as the web pages to navigate to for the Teams Tabs. Tabs in Teams are an <iframe>
so adding both new or existing web apps are made possible.
The following needs to be installed for this guide:
First we need to set up a WebViewer, for this example we can explore Apryse's samples for a preferred web framework and follow the guides to build the WebViewer.
Frameworks such as (linked to Apryse guides):
The WebViewer sample needs to be publically available using HTTPS endpoints for Microsoft Teams. This can be done easily with the tool ngrok for testing and developing your app.
See Microsoft docs - Setup locally hosted web app for more information.
Follow steps below or setup ngrok
choco install ngrok
ngrok authtoken <token>
ngrok http 4200 --host-header=localhost:4200
Edit manifest file
underneath Development
header or go to the manifest.local.template.json
Alternatively, the app can be zipped and sideloaded into Teams as well.
You should have something like this at the end!
Note: If there is an issue with Sideloading not being enabled, you must sign into the admin center as the admin and enable it.
Teams
Teams apps
Setup policies
Upload custom apps
This may take time to update after enabling it in the admin center.
In this guide, we have put together Apryse's WebViewer with a Microsoft Teams Personal Tab. Review a completed sample project on Github.
If you are interested in trying other features with the Apryse's WebViewer, check out the getting started guides .
That is all, please contact us if you need help.
Trial setup questions? Ask experts on Discord
Need other help? Contact Support
Pricing or product questions? Contact Sales