Support Federated Identity Credential
Right now botframework supports authentication using Password or Certificate. It has been possible for a while now to authenticate as an App Registration using Federated Identity Credential - which is not supported by botframework yet
Thanks for your input. This is more than a Bot Framework SDK change, and not something that is currently on the roadmap.
Is it really? From my understanding no service requires any change. The SDK would just need to support authentication through ClientAssertion instead of just accepting a Certificate or a Client Secret
@ceciliaavila Port from DotNet SDK. This is for MS Tenant only though.
https://github.com/microsoft/botbuilder-dotnet/pull/6838
@ceciliaavila @tracyboehrer I would be interested in contributing (either via writing the code or testing the feature as soon as it out). I could really get rid of these certificates in my application
@ceciliaavila @tracyboehrer I would be interested in contributing (either via writing the code or testing the feature as soon as it out). I could really get rid of these certificates in my application
Hi @XVincentX, we are working on the port, we'll let you know as soon as it's ready for testing.
This is great news. @tracyboehrer is this published somewhere as beta to try it out?