microsoft / botbuilder-python

The Microsoft Bot Framework provides what you need to build and connect intelligent bots that interact naturally wherever your users are talking, from text/sms to Skype, Slack, Office 365 mail and other popular services.
http://botframework.com
MIT License
672 stars 271 forks source link

Certificate support for Python SDK #2128

Closed yukun-dong closed 11 hours ago

yukun-dong commented 6 days ago

Use this query to search for the most popular feature requests.

Is your feature request related to a problem? Please describe. The botbuilder js/ts and c# sdk already supports cert but python doesn't support yet.

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context https://github.com/microsoft/teams-ai/issues/1776

tracyboehrer commented 5 days ago

This is coming. Technically it does have a CertificateAppCredentials, but missing the CertificateServiceClientCredentialsFactory.