-
Notifications
You must be signed in to change notification settings - Fork 281
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: skills without app ID and password #2909
Conversation
libraries/botframework-connector/src/auth/jwtTokenValidation.ts
Outdated
Show resolved
Hide resolved
@gabog I inlined several questions, many about things that didn't seem to map 1-1 from C# to JS. Also, did you perform any extra manual testing? I discussed my manual testing strategy in the description above. |
52517b4
to
d77caf2
Compare
d77caf2
to
9683ace
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM there's just that one outstanding question we have for the AuthenticationType parameter in the JwtTokenExtractor.
* [PORT] DialogContextMemoryScope (#2895) * added DialogContextMemoryScope * removed setMemory implementation in dialog context memory scope Co-authored-by: Josh Gummersall <[email protected]> Co-authored-by: Steven Gum <[email protected]> * exclude browser*.js from bf-connector .nycrc * other minor cleanup in bf-connector * Change vmImage to ubuntu for all JS pipelines (#2931) * Switch to ubuntu vmimage * Tweak sed commands * Add ubuntu to the other builds * Add var NoPublish * Fix NoPublish logic * Rename var to DoNotPublishPackages * Remove DoNotPublishPackages functionality. Instead we limit automatic releases to main branch. * Fix Package Names task Co-authored-by: Steven Gum <[email protected]> Co-authored-by: Zichuan Ma <[email protected]> Co-authored-by: Josh Gummersall <[email protected]> Co-authored-by: BruceHaley <[email protected]>
Fixes #2860
Description
Ports the C# anonymous skill change.
Testing
Unit tests, both ported and otherwise, along with some manual validation testing using the https://github.com/microsoft/BotBuilder-Samples/tree/main/samples/javascript_nodejs/81.skills-skilldialog sample linked against this change locally.