-
Notifications
You must be signed in to change notification settings - Fork 148
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
Need Help to setup the Prerequisites for bot-microsoft-search-api #649
Comments
Hi Mohammad, I'm on holiday and do not have my laptop with me, if you can wait until May 8, I will give you the required permissions and everything you need to setup the bot. |
Hi @AhmadiRamin Have a good holiday. I'll be waiting you to be back :) |
Hi @AhmadiRamin |
Hi @mohammadamer, thanks :) Here are the permissions you need for the app:
Also make sure you add the above permissions to the Scopes when creating the SSO connection like this: User.Read email offline_access openid profile Sites.Read.All Files.Read.All Calendars.Read Mail.Read Let me know if you need any help. |
Hi @AhmadiRamin, I'm a bit confused. I see that there is only one place to add the permissions which is the app permissions.
Can you please elaborate more? |
If you follow the steps from this article, the last step is creating the OAuth Connection Settings, and you need to update the scopes here: |
Hi @AhmadiRamin, |
Hi @AhmadiRamin, I updated the app permissions but still have issues when test the bot locally. I feel like there is something messing or something is not correct in my app or bot configuration.
|
Are you sure you correctly configured the SSO? |
Hi @AhmadiRamin, |
Hi @AhmadiRamin, Thanks a lot for helping. I would like to share the findings that I have. Debugging locallyDebugging locally seems to be working however I got this message in "Bot Framework Emulator" which is, I think fine. Debugging in teamsI managed to add the bot manifest to teams but it seems to be not working. Still, something is missing in the manifest file to expose the app. Changes in the bot in teams doesn't trigger the exposed app that is running locally however I added the ngrok url in the validDomains in the maifest file.
@AhmadiRamin, Could you please advice on what could be missing or where might be the issue because I'm able to debug locally but within MS Teams, the code does not get triggered. |
Sample
bot-microsoft-search-api
Author(s)
@AhmadiRamin
Question
Hi!
I tried to setup the Prerequisites for bot-microsoft-search-api but unfortunately, I wasn't able to to start the bot locally.
The 9. Setup SSO is a link to another URL that explain again the setup of AAD and bot service and SSO connection.
Can you please point out what exactly need to be done in this step 9. Setup SSO and what exactly permissions do we need to add to the AAD App.
Would appreciate If you can provide details setup of the Prerequisites as this is the important steps to make the bot works.
The text was updated successfully, but these errors were encountered: