OfficeDev / microsoft-teams-apps-expertfinder

Expert Finder bot allows employees to search for other individuals in an organization based on their skills, interests and schools.
MIT License
33 stars 30 forks source link

Bot framework Authentication Issue #19

Open cagrimunyas opened 3 years ago

cagrimunyas commented 3 years ago

App is deployed on the tenant however it doesn't work as expected. Search functionality doesn't work. Investigating on the logs, there seems to be an authentication issue. The source of the error seems to occur while calling:

-token.botframework.com/api/usertoken/GetAadTokens

Additional Check on bot service settings results "Test Connection to 'ExpertFinderAuth' Succeeded"

Also The logs state on POST Bot/PostAsync Failed to get user AAD access token for given resource using bot OAuthClient instance.

Scenarios tested on both admin and non-admin privileged user. The app doesn't seem to work for either of them

Any help or guidance is appreciated.

ghazzalj commented 2 years ago

where you able to solve this error?