southworks / BotBuilder-Samples

Welcome to the BotBuilder samples repository. Here you will find task-focused samples in C# and Node.js to help you get started with the Bot Builder SDK!
https://github.com/Microsoft/BotBuilder
MIT License
6 stars 6 forks source link

[#2980] Port SSO for skills dotnet sample to JS #389

Closed ceciliaavila closed 2 years ago

ceciliaavila commented 2 years ago

Fixes # 2980

Note: There's an [issue in the SDK](https://github.com/microsoft/botbuilder-js/issues/ 4137) that needs to be solved for these samples to work properly (PR# 4138).

Description

This PR ports the 82.skills-sso-cloudadapter from .NET # 3673 to JS.

Detailed Changes

Testing

Here we can see the SSO token exchange between the bots working. image

ceciliaavila commented 2 years ago

Promoted to MS in PR# 3708