

The SSOAutoSetup version is a completed sample that automates most of the steps to register the add-in with Azure AD and configure it.To use the completed version, just follow the instructions in this article, but replace "Begin" with "Completed" and skip the sections Code the client side and Code the server side. The Complete version of the sample is just like the add-in that you would have if you completed the procedures of this article, except that the completed project has code comments that would be redundant with the text of this article.Later sections of this article walk you through the process of completing it.

The UI and other aspects of the add-in that are not directly connected to SSO or authorization are already done.
#QUICK NODE JS ADMIN GENERATOR#
The Yeoman generator simplifies the process of creating an SSO-enabled add-in, by automating the steps required to configure SSO within Azure and generating the code that's necessary for an add-in to use SSO. As an alternative to completing the steps described in this article, you can use the Yeoman generator to create an SSO-enabled, Node.js Office Add-in.
