-
Notifications
You must be signed in to change notification settings - Fork 374
fix: get microsoftAppPassword from profile appPasswordHint #6471
Conversation
| token = await AuthClient.getARMTokenForTenant(tenant); | ||
| } | ||
| } | ||
| // get keyvault token |
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.
remove this part.
Composer/packages/server/src/externalContentProvider/azureBotServiceProvider.ts
Show resolved
Hide resolved
Composer/packages/server/src/externalContentProvider/powerVirtualAgentsProvider.ts
Outdated
Show resolved
Hide resolved
Composer/packages/server/src/externalContentProvider/externalContentProvider.ts
Outdated
Show resolved
Hide resolved
Composer/packages/server/src/services/auth/electronAuthProvider.ts
Outdated
Show resolved
Hide resolved
Composer/packages/server/src/services/auth/electronAuthProvider.ts
Outdated
Show resolved
Hide resolved
|
@VanyLaw @luhan2017 I'm trying to test this and I'm seeing the following behavior:
|
Did you set COMPOSER_ENABLE_ONEAUTH=true in your build pipeline? I can't reproduce this issue in my side, the issue could because the oauth is not set correctly so, it failed to get the keyvault and generate the profile. |
Yes, it was set as I used the main mac build/signing pipeline. |
|
|
@cwhitten , The ut and notification issue is fixed now. |
…#6471) * add key valut token get * add auth before doing kv update * refactor the get alias and generate profile code * add azure key vault logic and set policy process * fix generated profile not work * fix build * add exception handling * fix comments * fix ut * Fix lint, comment-out unusued imports * open modal refactor * alias & profile for open bot * api * fix lint * alias * set alias * Fix lint * ut * publish notification Co-authored-by: Qi Kang <kangqidev@gmail.com> Co-authored-by: Lu Han <32191031+luhan2017@users.noreply.github.com> Co-authored-by: Chris Whitten <christopher.whitten@microsoft.com> Co-authored-by: Chris Whitten <christopherwhitten@gmail.com> Co-authored-by: Long Alan <julong@microsoft.com> Co-authored-by: Dong Lei <donglei@microsoft.com>
Description
get microsoftAppPassword from profile appPasswordHint, update the generated profile when create from abs.
Task Item
#minor
Screenshots