Open barp opened 3 months ago
The problem happens also for me. Searched for online info regarding how to solve it but found only this issue. Microsoft - would appreciate the help!
Any updates, someone from Office team?
Hello @barp
The issue is not a repro for us.
Can you please share a sample add-in with us where you can repro the issue ? You can create a private GH repro and add @exextoc to it.
I have added @exextoc and invited to the project microsoft-android-issue, please take a look
Hey @barp
We had received the add-in and are working on the issue, thanks.
Can you share logs for the given account, while we try to create the repro ? You can follow the steps here : https://github.com/OfficeDev/office-js/wiki/Collecting-log-files-for-Outlook-Add%E2%80%90ins-issues
I did it for android and got the following incident ID: DUSZSX7Y
Hi, sorry to bother you guys. did you discover anything?
Hi @rajjha-msft Any new feedback regarding this issue? We're having this problem in my company as well, and it causes us a big delay in launching our outlook add-in for Android. Sorry for pushing, but I'd be happy if you guys can take a look on that soon.
I have also tried running the Sample provided in https://github.com/OfficeDev/Office-Add-in-samples/tree/main/Samples/auth/Office-Add-in-Microsoft-Graph-React without any changes except from setting my own APP ID.
It didn't work on android emulator while working on iPhone.
@barp Thanks for your patience. We are able to repro the issue and have put on our backlog. We, unfortunately have no timelines to share at this point. Internal tracking id: Office : 4823900
Is there any workaround for this?
On Wed, 25 Sep 2024 at 23:06 swmothil-MSFT @.***> wrote:
@barp https://github.com/barp Thanks for your patience. We are able to repro the issue and have put on our backlog. We, unfortunately have no timelines to share at this point. Internal tracking id: Office : 4823900
— Reply to this email directly, view it on GitHub https://github.com/OfficeDev/office-js/issues/4763#issuecomment-2374192844, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA5D5RVGQKGXHTSNKMEFTYDZYK7NRAVCNFSM6AAAAABMDW252CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNZUGE4TEOBUGQ . You are receiving this because you were mentioned.Message ID: @.***>
@Swathy-Mothilal Is there any way to implement SSO for an outlook add-in for Android users?
Provide required information needed to triage your issue
I am trying to implement SSO sign in on outlook addin using office API displayDialogAsync. The implementation works without any issue on iOS version of the addin but on android nothing works correctly.
The code that redirects to the login page is the following and is mostly copied from the example code: https://github.com/OfficeDev/Office-Add-in-samples/blob/main/Samples/auth/Office-Add-in-Microsoft-Graph-React/utilities/office-apis-helpers.ts
the login page code is:
On the panel window I see the following logs:
On the login page I see the following:
Your Environment
Expected behavior
Dialog will get closed and the authentication details will be sent to the parent window
Current behavior
The dialog is not getting closed automatically and the authentication details sent through the messageParent API are not reaching the parent.
Steps to reproduce
Link to live example(s)
Provide additional details
Context
I saw many issues where something simillar is caused by using different domain for the login page but this is not the case here.
Useful logs