Bypass validation code insertion in Teams bot authentication
Hasit Parmar
5
Reputation points
I have created teams bot app involves third-party authentication and used Azure bot service "OAuth settings" with Generic oauth provider.
I have implemented the source code to generate signin url and initiate user authentication on button click in adaptive cards.
Then it asks me to enter validation code in teams chat window and then generate user access token with this magic code? I want kind of solution where users don't need to manually enter the magic code in Teams chat and automatically completes the user authentication.
Is this achievible without using bot framework sdk methods?
Sign in to answer