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

Fixing inverted parameters in TokenExchangeSkillHandler.cs #3655

Closed
wants to merge 2 commits into from

Conversation

GitDruid
Copy link

Actual values for connectionName and userId parameters were inverted while invoking tokenExchangeProvider.ExchangeTokenAsync() method.

Fixes #3654

Actual values for connectionName and userId parameters were inverted while invoking tokenExchangeProvider.ExchangeTokenAsync() method.
…Handler

Fixing inverted parameters in TokenExchangeSkillHandler.cs
@peterinnesmsft
Copy link
Contributor

@GitDruid thanks for raising this to our attention! As we had a number of changes to work into our main branch that we needed to quickly turn around and merge latest changes from main back into each PR branch, we took your change as part of the linked #3686.

Thanks again for your contribution, we greatly appreciate it! :)

@GitDruid
Copy link
Author

GitDruid commented Nov 3, 2020

My pleasure to be somehow useful on this project.

Ciao,
Alessandro.

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.
3 participants