Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

port: SkillDialog.InterceptOAuthCardsAsync doesn't support CloudAdapter (#6848) #2179

Merged

Conversation

gandiddi
Copy link
Collaborator

Fixes #minor

Description

This PR ports the changes from microsoft/botbuilder-dotnet#6848 to maintain parity with microsoft/botbuilder-dotnet.

This PR updates the _intercept_oauth_cards method in SkillDialog to support CloudAdapter in combination with expect replies delivery mode.

Specific Changes

  • In _intercept_oauth_cards added a call to _UserTokenAccess.exchange_token method, which handles both adapters.

Testing

The following image shows the related unit test passing.
image

… CloudAdapter in combination with expect replies delivery mode
@gandiddi gandiddi requested a review from a team as a code owner October 18, 2024 17:44
@gandiddi gandiddi requested a review from tracyboehrer October 18, 2024 17:48
@tracyboehrer tracyboehrer merged commit cf1d045 into main Oct 18, 2024
7 checks passed
@tracyboehrer tracyboehrer deleted the v-gandiddi/add-cloudadapter-support-in-oauth-exchange branch October 18, 2024 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants