Configuring the SharePoint Online Add-In
SharePoint Online Add-in Network Requirements
External Communication
-
HTTPS access to the AutoClassifier O365 Add-in service
-
Must be accessible from a location external to the network
-
Must have a valid SSL certificate
-
-
SharePoint Online
-
The RemoteEventReceiver.svc endpoint is required for SharePoint O365 in-place tagging (annotation).
-
Credential and payload information From SharePoint O365 is passed to the AutoClassifier add-in in the form of a JSON token. AutoClassifier must validate the JSON token to allow for successful communication between AutoClassifier and SharePoint O365.
For more information, see Microsoft's documentation: When is OAuth used?
Launch the Add-in Site for Configuration
Info
When using HTTP on a server such as Azure and the server is not attached to a domain, you may need to enable Anonymous access to the site under the Authentication feature.
- Launch the Add-In website by using the browser.
- Example: https://addin.yourdomain.local
- Alternatively, you can browse the website from IIS.
See the graphic below:
- The Add-In Site automatically opens to the Configuration page.
- Continue to the next step.