Open ramfattah opened 1 year ago
Transferred from botbuilder-js to OfficeDev/Microsoft-Teams-Samples as this issue is related to Teams.
Hi Teams,
It appears there is an issue with Teams Authentication in Android devices. Could we please verify when this will be addressed in near future?
Thanks.
CC @isweetland @jineshjin
@ramfattah -Thanks for reporting your issue. We already raised bug for the same and concerned team is looking into it. We will inform you once we get any update.
@sayali-MSFT @ChetanSharma-msft Do we have any update on this?
@jineshjin @ramfattah -Sorry for delay in response!! We are actively checking the status of bug with engineering team and let you know the updates, if we have any.
@jineshjin @ramfattah -Sorry for delay in response!! We are actively checking the status of bug with engineering team and let you know the updates, if we have any.
Versions
What package version of the SDK are you using:
4.19.1
What nodejs version are you using:18.6
What os are you using:Android 13
Describe the bug
On Android:
OAuthPrompt()
does not trigger next step inWaterfallDialog
afterPostSigninCallback
, we are also unable to get token from Microsoft.On Web/Desktop/IOS: Everything works as expected.
To Reproduce
On Android:
WaterfallDialog
with anOAuthPrompt
and some arbitrary callback stepWaterfallDialog
with some login commandCloudAdapter
Expected behavior
We expect that the second step is fired after successfully authenticating with OAuth Provider
Additional context
This seems to be very similar to the issue described here: https://learn.microsoft.com/en-us/answers/questions/837781/in-mobile-user-is-not-able-to-login-in-the-tab
Original post: microsoft/botbuilder-js/issues/4438