Share via

Bot authentication using custom application

Anonymous
2021-02-24T14:45:16+00:00

Hi, I want to authenticate teams users using our custom app authentication flow while teams users add the bot app to teams.

I need answer on this thread

https://stackoverflow.com/questions/63268212/3rd-party-authentication-flow-on-microsoft-teams-app

or 

I need the same scenario of login process while adding slido app in teams

I have gone through more documentation pls share some samples.

Microsoft Teams | Microsoft Teams for business | Chats | Group chats

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2021-02-24T16:38:10+00:00

    Hello, ravivikram_745

    Use REST API service provided by Microsoft inside your application.

    you can authenticate the user and and fetch user details using API.

    https://docs.microsoft.com/en-us/graph/auth/aut...

    Regardless of the app's authentication flow, configure the identity provider to communicate with the Teams app. Most samples and walkthroughs primarily deal with using AAD as the identity provider. The concepts, however, apply regardless of the identity provider.

    https://docs.microsoft.com/en-us/microsoftteams...

    Please refer:

    https://docs.microsoft.com/en-us/microsoftteams...

    https://docs.microsoft.com/en-us/graph/social-i...

    https://docs.microsoft.com/en-us/graph/outlook-...

    https://docs.microsoft.com/en-us/microsoftteams...
    https://docs.microsoft.com/en-us/microsoftteams...

    Hope it helps.

    Best Regards

    Was this answer helpful?

    0 comments No comments