- BlackBerry Docs service
- Steps to configure the Docs service
- Configure the database connection for the BlackBerry Docs service
- Configure a web proxy server for the Docs service
- Configure the Docs network and security settings
- Configuring Microsoft Office Web Apps and Office Online Server for Docs service support
- Configuring Kerberos constrained delegation for Docs
- Configuring Kerberos constrained delegation for the Docs service
- Find the SharePoint application pool identity and port
- Create Service Principal Names
- Add Kerberos constrained delegation in Microsoft Active Directory for Microsoft SharePoint
- Add Kerberos constrained delegation for file shares
- Turn on Kerberos constrained delegation
- Configuring resource based Kerberos constrained delegation for the Docs service
- Obtain an Entra app ID for the BEMS-Docs component service
- Storage services
- Managing Repositories
- Repositories
- Enable modern authentication for Microsoft SharePoint Online
- Configuring repositories
- Admin-defined shares
- Granting user access permissions
- Change access permissions
- Define a repository
- Edit a repository
- Define a repository list
- Add users and user groups to repositories and list definitions
- Allow user-defined repositories
- Enable user-defined repository permissions
- Access permissions
- Change user access permissions
- View user repository rights
- Enable users to access Box repository using a custom Box email address
- Configuring Docs for Rights Management Services
- Using the Docs Self-Service web console
- Configuring support for Microsoft SharePoint Online and Microsoft OneDrive for Business
- Auditing the Docs service
- In a BlackBerry UEM environment, add an app server hosting the BEMS-Docs service to a BlackBerry Dynamics connectivity profile
- Configuring Good Control for Docs service
- Configuring the Docs instance for high availability
- Disaster recovery
- Next steps
- Appendix: File types supported by the BlackBerry Docs service
- Windows Folder Redirection (Native)
- Local Folder Synchronization – Offline Folders (Native)
- Appendix: Supported Microsoft Office Web Apps and Office Online Server file types
Create Service Principal Names
- Create a Service Principle Name (SPN) for each web application that needs to be shared as follows:setspn –S HTTP/SPHOST:PORT <domain>\AppPoolUser setspn –S HTTP/SPHOST.FQDN:PORT <domain>\AppPoolUser setspn –S HTTP/SPHOST <domain>\AppPoolUser setspn –S HTTP/SPHOST.FQDN <domain>\AppPoolUserIf the port is a default port, such as 80 or 443, omit the commands that include port above.Some of the lines only require a host name while others require a fully qualified host name. If the application pool identity is for a built-in user such as Network Service, then specify the host name as shown below instead of <domain>\AppPoolUser.setspn –S HTTP/SPHOST:PORT <domain>\SPHOST setspn –S HTTP/SPHOST.FQDN:PORT <domain>\SPHOST setspn –S HTTP/SPHOST <domain>\SPHOST setspn –S HTTP/SPHOST.FQDN <domain>\SPHOSTIf you use SSL, the SPN must refer to HTTP instead of HTTPS.