0

I have a web application that allows for basic authentication using email and password. I need to reuse this authentication method for a Teams bot I am setting up. I cannot seem to find any examples that show how to open a popup requesting for user credentials, authenticating the user and then sending a card to authenticated users. The user credentials are stored on the server side.

coder0110
  • 5
  • 6
  • This link might help: https://stackoverflow.com/a/73703365/421195 – paulsm4 Aug 09 '23 at 04:56
  • Could you please refer this doc and let us know if it helps? https://learn.microsoft.com/en-us/microsoftteams/platform/tabs/how-to/authentication/auth-oauth-provider – Prasad-MSFT Aug 09 '23 at 06:32
  • @Prasad-MSFT No it does not help. We use just Basic email password authentication and not Oauth . Also, we want to authenticate using a Teams Bot application – coder0110 Aug 16 '23 at 07:00
  • Azure Active Directory (Azure AD) for authentication is the recommended approach for building secure and scalable Teams apps. Azure AD does not support Basic Auth. And in fact, Microsoft is deprecating basic auth for Exchange Online as announced [here](https://learn.microsoft.com/en-us/lifecycle/announcements/exchange-online-basic-auth-deprecated). – Prasad-MSFT Aug 17 '23 at 10:23
  • We cannot move all our user identities into Azure AD. Is there any way to get some tech support on a call? The documentation is so vast. – coder0110 Aug 23 '23 at 11:02
  • If you have any business-critical issue which need immediate attention, please raise a support request [here](https://docs.microsoft.com/en-us/microsoft-365/admin/get-help-support?view=o365-worldwide&tabs=online) – Prasad-MSFT Aug 25 '23 at 07:05

0 Answers0