microsoft / BotFramework-Services

Microsoft Bot Framework Services
Creative Commons Attribution 4.0 International
38 stars 11 forks source link

Is the serviceURL of "https://smba.trafficmanager.net" fixed? #342

Closed kafka-yu closed 2 years ago

kafka-yu commented 2 years ago

Hi team,

We're building msteams bot app, question about the 'serviceURL', now we received is "https://smba.trafficmanager.net/xxx (region?). Will this domain fixed (means won't change, we can always trust https://smba.trafficmanager.net)? Since for security reason, we want to add a whitelist in backend server to ensure URLs only under this domain is allowed.

Thanks.

kafka-yu commented 2 years ago

hi @ericwill-msft @EricDahlvang, would you pls help check? Thank you!

boydc2014 commented 2 years ago

Hi, @kafka-yu this smba endpoint, from what we know, is a well known Teams api endpoint, you should be safe to trust this endpoint.

kafka-yu commented 2 years ago

Good to know that, Thanks! @boydc2014