Closed jasjitsm closed 4 years ago
@jasjitsm Thanks for the detailed report. My guess is that the script never even got to the point where it added the secret to the keychain because it failed on the step when setting the SharePoint reply Url. Let me look it no and get back to you shortly
-Courtney
@jasjitsm I am hitting this as well and this must be due to a very recent change. I should be able to fix it pretty quickly. I will let you know when the fix is available.
Thanks!
OK got the fix for Mac - just need to validate it will also work on Windows.
@TCourtneyOwen It works great now! Thanks for the super quick replies and resolution!
Awesome glad to hear it!!!
Here's the Yeoman configuration I'm using when creating the add-in project.
The add-in is created without any errors. I then cd into the add-in project directory and run the configure-sso script, which produces the following:
The application is actually successfully registered in AAD, but the script seems to fail when setting the application secret. Any attempts to start the local server result in failure when getting the application secret as well:
Testing on 2 different Macs (Catalina) with: Node: v10.16.2 and 12.4.1 Yeoman: v3.1.1 generator-office: v1.5.0
Works fine on a Windows 10 VM with the same package versions.