-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failing to fetch token for userID provided by Teams Authenticator #2501
Comments
Thanks for reporting this, @priytosh-tripathi. Are there any errors or rejected promises returned when you run this? If you are able, can you please collect teamjs logs when you repro the problem so I can review them? Thanks! |
Some of the common Error Messages and their frequencies are as below:
|
These errors appear to be coming from OneAuth library used by Teams. I'll let the Teams developer support folks investigate further. |
Hi @AE-MS / @Wajeed-msft , A gentle query about if we have an update on this? |
Hi @AE-MS / @Wajeed-msft , Do we have some update on this? |
@priytosh-tripathi - Apologies for the delay. We will test this and update you soon. |
Sure thing @Nivedipa-MSFT - Thanks for the update! |
@priytosh-tripathi - Could you please share your code snippet and repro video to try at our end? |
@Nivedipa-MSFT I have sent you message async regarding this issue. Please let me know the specific logs you need. |
@priytosh-tripathi - We are checking this with engineering team, we will let you know once we get any input from them. |
Hi @Nivedipa-MSFT , We're blocked on the progress of this bug. Can you please let us know some tentative ETA / Progress ? |
Hi @Nivedipa-MSFT , Another gentle reminder, on the incident |
@priytosh-tripathi - Apologies for the delay. We are still checking this with engineering team, we will update you soon. |
Hi @Nivedipa-MSFT we are also facing this issue, any update on the development? |
We're getting multiple instances where the userId provided by the function in teamsjs library, named
microsoftTeams.authentication.getUser()
fails to get a valid token from another function namedmicrosoftTeams.authentication.getAuthToken()
in the same session.Teamsjs library version - 2.22.0
The text was updated successfully, but these errors were encountered: