Skip to content
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

Shared Runitme with SSO not supported #88

Open
3 tasks done
SAgnihotri200895 opened this issue Jun 28, 2023 · 0 comments
Open
3 tasks done

Shared Runitme with SSO not supported #88

SAgnihotri200895 opened this issue Jun 28, 2023 · 0 comments

Comments

@SAgnihotri200895
Copy link

SAgnihotri200895 commented Jun 28, 2023

Prerequisites

I'm implementing a word add -in that makes use of SSO , since my Add-In has to run on document load, implemented it with shared run time. Things works just fine in browser word app and team web app, but when I run it in Team desktop app, it is not able to get the access token, so it fallsback to fallbackauthdialog.js where we explicitly ask to users to login but since I'm using shared runtime the fallbackdialog.html never loads, it gives blank pop up ..

Is it possible to implement SSO and shared runtime at same time that works in teams desktop app as well?
Please answer the following questions before submitting an issue.
YOU MAY DELETE THE PREREQUISITES SECTION.

  • I am running the latest version of Node and the tools
  • I checked the documentation and found no answer
  • I checked to make sure that this issue has not already been filed

Expected behavior

It should allow users to get access token in team desktop as well when running in shared runtime.

Current behavior

I'm implementing a word add -in that makes use of SSO , since my Add-In has to run on document load, implemented it with shared run time. Things works just fine in browser word app and team web app, but when I run it in Team desktop app, it is not able to get the access token, so it fallsback to fallbackauthdialog.js where we explicitly ask to users to login but since I'm using shared runtime the fallbackdialog.html never loads, it gives blank pop up ..

Is it possible to implement SSO and shared runtime at same time that works in teams desktop app as well?
Please answer the following questions before submitting an issue.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. update the manifest file to run in shared runtime
  2. Get access token by clicking button in task pane in Teams desktop app
  3. Fallback dialog does not work

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
Even when

  • Operating System:
  • Node version:
  • Office version:
  • Tool version:

Failure Logs

Please include any relevant log snippets, screenshots or code samples here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant