Botbuilder-dotnet: Any plan to support bot authentication capabilities via Azure Bot Service?

Created on 16 May 2018  路  10Comments  路  Source: microsoft/botbuilder-dotnet

V3 SDK seems to support bot authentication via Azure Bot Service as documented here.

Is there any plan to support this in the new botbuilder SDK?

Most helpful comment

@sidecus we are working on releasing the nuget package shortly. Short term solution, build the package yourself. Longer term, daily builds are on the horizon.

All 10 comments

We're working on the same OAuth support now. You can see it in PR #520.

Hopefully, it'll come in quite soon. I believe the support is already there in the Node SDK, and we're just waiting on some minor code review changes.

Circling back on this. Seems the PR has been merged late May. Are we releasing a new nuget package? @cleemullins

@sidecus we are working on releasing the nuget package shortly. Short term solution, build the package yourself. Longer term, daily builds are on the horizon.

Hi, is this released? i do not find in recent nuget? any documentation how to use it?

Hi, is this release in recent nuget? ny documentation how to use it?

the daily builds have it.

@EricDahlvang, can you post instructions (that we'll probably need to re-use often) for how to configure and consume the daily feed? As the daily feed has the right code, that should resolve this issue.

You can register a MyGet feed the same way you register any NuGet package source by using the Package Manager Settings dialog. You can find it under Tools > Library Package Manager > Package Manager Settings in the Visual Studio menu.

image

In the Options dialog, choose Package Sources then click the green + button. This will create a new package source entry. Fill in the Name field, and add the botbuilder.myget.org url as the Source ( https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/index.json )

image

Lastly, click Update then OK

This package source will now be available when managing packages for a solution or project:
image

Thanks @cleemullins and @EricDahlvang , is there any documentation i can refer on how to use OAuth Prompt. by using daily feed, i can refer to OAuth classes but it break other stuff.

Was this page helpful?
0 / 5 - 0 ratings