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: [#4315] Support passing sas token url's for token service (#6449) #4394

Merged
merged 2 commits into from
Jan 4, 2023

Conversation

ceciliaavila
Copy link
Collaborator

Fixes #4315

Description

This PR introduces support for passing through a token post resource via botbuilder. The token post resource contains a sas url for directly posting a token from a client to the bot framework token service. Botbuilder gets this url from token service and passes it onto the client.
These changes were ported from .NET repository.

Specific Changes

  • Add support for token post resource
  • Support optional token post resource inside oauthcard

Testing

  • Added unit tests
    image

  • Working sample
    image

@ceciliaavila ceciliaavila requested a review from a team as a code owner December 20, 2022 12:32
@coveralls
Copy link

coveralls commented Dec 20, 2022

Pull Request Test Coverage Report for Build 3740506114

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.003%) to 84.633%

Totals Coverage Status
Change from base Build 3707834344: -0.003%
Covered Lines: 19968
Relevant Lines: 22357

💛 - Coveralls

@tracyboehrer tracyboehrer merged commit c315e7b into main Jan 4, 2023
@tracyboehrer tracyboehrer deleted the southworks/add/sasurl-token-support branch January 4, 2023 18: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: Support passing sas token url's for token service (#6449)
4 participants