Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

[C#][Virtual Assistant Template] Fixing inverted parameters in TokenExchangeSkillHandler.cs #3686

Conversation

Batta32
Copy link
Collaborator

@Batta32 Batta32 commented Oct 19, 2020

Fix #3654
Related to #3655 and #3667.

Purpose

What is the context of this pull request? Why is it being done?

Parameters on TokenExchangeSkillHandler.cs need to be inverted since we need the ConnectionName before the Id following IExtendedUserTokenProvider

Changes

Are there any changes that need to be called out as significant or particularly difficult to grasp? (Include illustrative screenshots for context if applicable.)
We updated the TokenExchangeSkillHandler.cs with the inverted parameters following the signature of ExchangeTokenAsync.

Tests

Is this covered by existing tests or new ones? If no, why not?
-

Feature Plan

Are there any remaining steps or dependencies before this issue can be fully resolved? If so, describe and link to any relevant pull requests or issues.
-

Checklist

General

  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated the appropriate tests
  • I have updated related documentation

@peterinnesmsft peterinnesmsft merged commit b9c870b into microsoft:master Oct 19, 2020
@Batta32 Batta32 deleted the feature/southworks/va-template/fix-inverted-parameters branch October 19, 2020 20:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Token exchange process starts but rise an InternalServerError exception.
4 participants