-
Notifications
You must be signed in to change notification settings - Fork 204
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
Creating a new bot with BOT PASSWORD not adding the bot password and get page 'NOT FOUND' error. #13076
Comments
👋 Hi @mrsci99, Thank you for reporting this issue! We want to let you know that: ⏱️ Our team will personally review your issue ✨ This is an AI-generated initial response Based on your issue description, it seems you are encountering problems with the creation of a bot password when switching your bot to a multi-tenant configuration. This leads to a "Page Not Found" error when attempting to manage the password in the Bot configuration page. Here are some steps and considerations to resolve this issue: Steps to Resolve
Additional Resources
ErrorCode
By following these steps and ensuring your configuration is correct, you should be able to resolve the issue with creating and managing the bot password. If the issue persists, providing additional error logs or specific error messages can help in diagnosing the problem further.
|
I am able to manually create an app registation with password in Azure |
|
Hi @mrsci99, thank you for reaching out! To assist you better, could you please provide more details or clarify the issue you are experiencing?
|
Reproduction Steps Started in Teams Tools with the Create New App Basic Bot. This provisioned and deployed correctly and ran in Teams. I then tried to switch the bot to multi tenant. I changed the teamsapp.yml to that shown about with a step using botAadApp/create. This however doesn't create a password for the bot and when I click on the link 'Manage Password' next to the App Id in the Bot configuration page I get a page : Not Found. Documentation Reference I Used the Create New App function in Teams Tools VS Code to create a Basic Bot, then tried to switch it to multi tenant with a client secret as shown above |
Is there a guide I could follow for switching to multi tenant with a password? |
@mrsci99 can you show the error message you get from By the way, can you also share your scenario about "switching to multi tenant |
I don't get an error message. It creates the bot but the password isn't setup. It adds a SECRET_BOT_PASSWORD to the .env.local.user file with the encrypted value. I was using teamsApp/create then botAadApp/create. I was thinking this would create the bot with a TEAM APP and add Password. Following your response I've tried to use aadApp/create today, but this also doesn't setup the password correctly linked to the Bot. |
What do you mean by |
As I said further up the thread ' when I click on the link 'Manage Password' next to the App Id in the Bot configuration page I get a page : Not Found.' |
For the invalid Manage Password link, you may create an Azure ticket for help. From what you described, the AAD app and secret should already been created. You could go to https://ms.portal.azure.com/#view/Microsoft_AAD_RegisteredApps/ApplicationsListBlade to find your app and check the existence of client secret. |
Started in Teams Tools with the Create New App Basic Bot. This provisioned and deployed correctly and ran in Teams.
I then tried to switch the bot to multi tenant. I changed the teamsapp.yml to that shown below with a step using botAadApp/create.
This however doesn't create a password for the bot and when I click on the link 'Manage Password' next to the App Id in the Bot configuration page I get a page : Not Found.
Please explain/resolve.
see comment below for code
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
VS Code Extension Information (please complete the following information):
CLI Information (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: