architecture-center icon indicating copy to clipboard operation
architecture-center copied to clipboard

Bot Framework, Teams channel and firewall setting

Open pui30576 opened this issue 2 years ago • 3 comments

This documentation does not fully compatible with Microsoft Bot Framework Bot Framework requires whitelist the outbound traffic which is missing in this tutorial document. https://learn.microsoft.com/en-us/azure/bot-service/bot-service-resources-faq-security?view=azure-bot-service-4.0#which-specific-urls-do-i-need-to-allowlist-in-my-corporate-firewall-to-access-bot-framework-services


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

pui30576 avatar Jul 11 '23 01:07 pui30576

@pui30576 Thanks for your feedback! We will investigate and update as appropriate.

SaibabaBalapur-MSFT avatar Jul 11 '23 04:07 SaibabaBalapur-MSFT

@pui30576 curious if you ran into an issue while configuring the bot as per the article? There are two service tags that are used in the firewall configuration, which should cover the whitelist you pointed out. Please let us know what specific issue you ran into without explicitly whitelisting the URLs mentioned in the other article. Thanks.

ajafry avatar Jul 12 '23 21:07 ajafry

Hi @ajafry

For example, I went into an issue that the Bot Framework connect initialize the login handshake with this url https://login.botframework.com/v1/.well-known/openidconfiguration

The Bot Framework I am using is Node.js version, botbuilder-4.20.0

I explicitly add those missing outbound domains using the FQDNs (of coz need to enable DNS proxy too...)

pui30576 avatar Jul 14 '23 11:07 pui30576