OfficeDev / microsoft-teams-sample-meetings-token

Microsoft Teams meeting extensibility sample: token passing
MIT License
13 stars 10 forks source link

Required additional instructions to register the bot and set app permission and authentication #1

Open timoleo23 opened 4 years ago

timoleo23 commented 4 years ago

Could you please provide more details on the steps to configure the App registration / required app permissions / configuring SSO ?

This section "Register your bot using bot channel registration in Azure AD portal and add authentication" points to a web page that describes how to add authentication to the app - https://docs.microsoft.com/en-us/microsoftteams/platform/bots/how-to/authentication/add-authentication

We don't know what permissions are needed and I'm wondering if we shouldn't rather point to implemeting SSO instead - https://docs.microsoft.com/en-us/microsoftteams/platform/tabs/how-to/authentication/auth-aad-sso

Additional steps would be very helpful here to configure the app

cristianoag commented 3 years ago

Follow this doc https://github.com/OfficeDev/microsoft-teams-sample-meetings-token/blob/main/Wiki/azure-bot-channels-registration.md to setup your bot registration and this one https://github.com/OfficeDev/microsoft-teams-sample-meetings-token/blob/main/Wiki/auth-aad-sso.md for the auth sso.