-
Notifications
You must be signed in to change notification settings - Fork 100
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
Excel SSO addin Issue #887
Comments
This is an issue with the office-addin-sso package of the Office-Addin-Scripts repo, so I'm moving it to that repo. |
Thanks Rick |
Hello Rick, Is there any update on this? |
Hi @SenMS-CSA, would you be able to provide the output from |
Setting application secret Error: Unable to set application secret:
|
@SenMS-CSA I am able to reproduce this issue as well. Thanks for reporting this. It has been put on our backlog. We unfortunately have no timelines to share at this point. Internal tracking id: Office: 9484117 |
Prerequisites
Please answer the following questions before submitting an issue.
YOU MAY DELETE THE PREREQUISITES SECTION.
Expected behavior
It should launch Azure for creating application configuration
Current behavior
I am getting below error message while running npm run configure-sso with excel SSO addin
UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "'az' is not recognized as an internal or external command,
operable program or batch file.
".
at throwUnhandledRejectionsMode (node:internal/process/promises:389:7)
at processPromiseRejections (node:internal/process/promises:470:17)
at process.processTicksAndRejections (node:internal/process/task_queues:96:32) {
code: 'ERR_UNHANDLED_REJECTION'
}
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
Failure Logs
Please include any relevant log snippets, screenshots or code samples here.
The text was updated successfully, but these errors were encountered: