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: [#6841] SkillDialog.InterceptOAuthCardsAsync doesn't support CloudAdapter #4766

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

ceciliaavila
Copy link
Collaborator

Fixes #4741

Description

This PR ports the changes in #6848 updating the interceptOAuthCards method in SkillDialog to support CloudAdapter in combination with expect replies delivery mode.

Specific Changes

  • In interceptOAuthCards added a call to UserTokenAccess.exchangeToken method, which handles both adapters.

Testing

These images show the token exchange for CloudAdapter and expect replies before and after the fix.
image

@ceciliaavila ceciliaavila requested a review from a team as a code owner October 9, 2024 12:17
@coveralls
Copy link

coveralls commented Oct 9, 2024

Pull Request Test Coverage Report for Build 11254773119

Details

  • 11 of 14 (78.57%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.01%) to 85.23%

Changes Missing Coverage Covered Lines Changed/Added Lines %
libraries/botbuilder-dialogs/src/skillDialog.ts 11 14 78.57%
Totals Coverage Status
Change from base Build 11237135309: -0.01%
Covered Lines: 20444
Relevant Lines: 22944

💛 - Coveralls

@tracyboehrer tracyboehrer merged commit 14fb6b5 into main Oct 29, 2024
13 checks passed
@tracyboehrer tracyboehrer deleted the southworks/update/sso-expect-replies branch October 29, 2024 14:12
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.

port: [#6841] SkillDialog.InterceptOAuthCardsAsync doesn't support CloudAdapter
3 participants