Configuration
This document provides a clear and concise guide for configuring and deploying the SigningHub bot for Microsoft Teams. Follow these steps to set up the integration and publish the bot to your organiza
Requirements
Configuration
SignignHub.ConfigCustomer > { "shAuth": { "provider": "SIGNINGHUB-USER-PASSWORD", "userEmail": "__signingHubEmail__", "userPass": "__signingHubPassword__" }, "customerSettings": { "teams": { "auth": { "provider": "MICROSOFT-AZURE-APP", "grantType": "client_credentials", "clientId": "__teamsBotId/handle__", "clientSecret": "__teamsBotClientSecret__", "scope": "https://api.botframework.com/.default" }, "webResources": { "host": "https://__unity.portal.address__/chat-sh" }, "signingHub": { "auth": { "clientId": "__signingHubIntegrationId__", "clientSecret": "__signingHubIntegrationSecret__", "provider": "SIGNINGHUB-APPLICATION" }, "config": { "apiUrl": "__signingHubApiUrl__", "webUrl": "__signingHubWebUrl__" }, "customerName": "__customerName__" } } } }
Last updated