botbuilder-js icon indicating copy to clipboard operation
botbuilder-js copied to clipboard

Support Federated Identity Credential

Open XVincentX opened this issue 1 year ago • 2 comments

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

XVincentX avatar Mar 13 '24 19:03 XVincentX

Thanks for your input. This is more than a Bot Framework SDK change, and not something that is currently on the roadmap.

tracyboehrer avatar Apr 02 '24 12:04 tracyboehrer

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

XVincentX avatar Apr 02 '24 13:04 XVincentX

@ceciliaavila Port from DotNet SDK. This is for MS Tenant only though.

https://github.com/microsoft/botbuilder-dotnet/pull/6838

tracyboehrer avatar Sep 26 '24 18:09 tracyboehrer

@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

XVincentX avatar Oct 02 '24 23:10 XVincentX

@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.

ceciliaavila avatar Oct 03 '24 13:10 ceciliaavila

This is great news. @tracyboehrer is this published somewhere as beta to try it out?

XVincentX avatar Oct 08 '24 14:10 XVincentX