-
Notifications
You must be signed in to change notification settings - Fork 377
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
e2e testing: Using Get LUIS or Get QnA Key option does not work in Composer #6963
Comments
@pavolum Can you verify this fix? |
This seems associated to the non-corporate logon. We need to test it that way, it seems to not be an issue with Enterprise logons. |
@a-b-r-o-w-n can you work with Patrick on understanding the delta with this dialog? |
Based on #6112 this seems reasonable. The key thing I need @a-b-r-o-w-n to way in on is whether a tenant SELECTION is required here... |
I did some digging on this today and unfortunately didn't make much progress. I am able to sign in with an MSA account during provisioning so I suspect that tenant selection / arm token will be required. I plan on testing this 1st thing in the morning with a signed build. |
I have identified the root cause. We need to get an ARM token in order to work with MSA accounts. We will need to port the tenant selection UX from Getting an ARM token processARM tokens are required for managing Azure resources with MSA accounts (personal accounts). Here is the process to get an ARM token for a user.
Use the code in fetching tenants example - https://github.com/microsoft/BotFramework-Composer/blob/main/extensions/azurePublish/src/components/azureProvisionDialog.tsx#L443 |
@VamsiModem will need a design peer on this. @emivers8 would this be you? |
Just to re-iterate what @a-b-r-o-w-n said, this problem also exists on the 'connections' section of the settings page, and would hopefully also be addressed by this solution. |
Shiproom - we need to get this in by Tuesday please. |
Creating QnA and LUIS resources for an Enterprise Bot using "Get LUIS keys" and "Get QnA keys" does not work
Version
Browser
OS
To Reproduce
Steps to reproduce the behavior:
Note: QnA keys also show a dialog that has the subscription greyed out.
Expected behavior
I should be able to select the subscription and proceed.
The text was updated successfully, but these errors were encountered: