OfficeDev / generator-office

Yeoman generator for building Microsoft Office related projects.
https://www.npmjs.com/package/generator-office
MIT License
818 stars 207 forks source link

Add sso option back #728

Closed millerds closed 1 year ago

millerds commented 1 year ago

Thank you for your pull request. Please provide the following information.


  1. Do these changes impact User Experience? (e.g., how the user interacts with Yo Office and/or the files and folders the user sees in the project that Yo Office creates)

    • [ ] Yes
    • [x] No

    If Yes, briefly describe what is impacted.

  2. Do these changes impact documentation? (e.g., a tutorial on https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-ins)

    • [ ] Yes
    • [x] No

    If Yes, briefly describe what is impacted.

  3. Validation/testing performed:

    Verified sso project option is available and is able to create projects of that type

  4. Platforms tested:

    • [x] Windows
    • [ ] Mac
davidchesnut commented 1 year ago

Is there a way to warn developers not to use this for production purposes? All of the templates support deployment to Azure (or similar) except for this one. It seems implied that the SSO template would also support production and deployment to Azure and we should warn or say for "localhost use only" or something.