<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to enable the user authentication and authorization using node js in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-enable-the-user-authentication-and-authorization-using/m-p/13577303#M76257</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;We need to configure below items in Flexsim server using Node JS.&lt;/P&gt;
 &lt;P id="isPasted"&gt;- Ensure that no access is provided from outside of the company&lt;/P&gt;
 &lt;P&gt;- Internal user authentication&lt;/P&gt;
 &lt;P&gt;- Standard authentication flow&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Wed, 20 Mar 2024 10:09:07 GMT</pubDate>
    <dc:creator>MargePega</dc:creator>
    <dc:date>2024-03-20T10:09:07Z</dc:date>
    <item>
      <title>How to enable the user authentication and authorization using node js</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-enable-the-user-authentication-and-authorization-using/m-p/13577301#M76255</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 24.1.0 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;SPAN style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;"&gt;We will need to enable the authentication and authorization using the Node JS as part of the requirements for the configuration of &lt;/SPAN&gt;&lt;SPAN style="font-weight: bold; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;"&gt;user authentication &amp;amp; access in accordance with Company web-security protocols&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 19 Mar 2024 07:30:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-enable-the-user-authentication-and-authorization-using/m-p/13577301#M76255</guid>
      <dc:creator>MargePega</dc:creator>
      <dc:date>2024-03-19T07:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable the user authentication and authorization using node js</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-enable-the-user-authentication-and-authorization-using/m-p/13577302#M76256</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/43787/margepega.html" nodeid="43787"&gt;@MargePega&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Can you please provide more FlexSim-related information? What exactly are you trying to do with FlexSim where you need to add authentication?&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 19 Mar 2024 13:48:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-enable-the-user-authentication-and-authorization-using/m-p/13577302#M76256</guid>
      <dc:creator>Ben_WilsonADSK</dc:creator>
      <dc:date>2024-03-19T13:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable the user authentication and authorization using node js</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-enable-the-user-authentication-and-authorization-using/m-p/13577303#M76257</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;We need to configure below items in Flexsim server using Node JS.&lt;/P&gt;
 &lt;P id="isPasted"&gt;- Ensure that no access is provided from outside of the company&lt;/P&gt;
 &lt;P&gt;- Internal user authentication&lt;/P&gt;
 &lt;P&gt;- Standard authentication flow&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 20 Mar 2024 10:09:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-enable-the-user-authentication-and-authorization-using/m-p/13577303#M76257</guid>
      <dc:creator>MargePega</dc:creator>
      <dc:date>2024-03-20T10:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable the user authentication and authorization using node js</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-enable-the-user-authentication-and-authorization-using/m-p/13577304#M76258</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;I assume you're referring to &lt;A rel="noopener noreferrer" href="https://docs.flexsim.com/en/23.1/Reference/DeveloperAdvancedUser/Webserver/Webserver.html" target="_blank"&gt;FlexSim's Webserver&lt;/A&gt;?&lt;/P&gt;&lt;P&gt;FlexSim's Webserver is a basic tool that allows FlexSim to be served over HTTP to a web browser. It is not meant to be a fully featured web server that enables things like encryption or authentication.&lt;/P&gt;&lt;P&gt;To take advantage of advanced features you'd find in fully featured web servers, the ideal solution is to proxy FlexSim's Webserver behind a fully featured webserver.&lt;/P&gt;&lt;P&gt;Please check out Paul Toone's recent articles on setting up behind a proxy:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/content/kbentry/149598/flexsim-web-server-proxied-with-apache.html" target="_blank"&gt;FlexSim Web Server Proxied with Apache&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/content/kbentry/149588/flexsim-web-server-proxied-with-nginx.html" target="_blank"&gt;FlexSim Web Server Proxied with Nginx&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;That said, if you're a node.js expert and wish to modify the FlexSim Webserver yourself, after installing you can find all the .js source files in the installation directory. You can modify those as needed for your own purposes, but please be aware that we will not be able to support you in this:&lt;/P&gt;&lt;P&gt;C:\Program Files (x86)\FlexSim Web Server\webserver&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 20 Mar 2024 12:50:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-enable-the-user-authentication-and-authorization-using/m-p/13577304#M76258</guid>
      <dc:creator>Ben_WilsonADSK</dc:creator>
      <dc:date>2024-03-20T12:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable the user authentication and authorization using node js</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-enable-the-user-authentication-and-authorization-using/m-p/13577305#M76259</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/43787/margepega.html" nodeid="43787"&gt;@MargePega&lt;/A&gt;, was Ben Wilson's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.&lt;/P&gt;&lt;P&gt;If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always comment back to reopen your question.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 25 Mar 2024 17:47:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-enable-the-user-authentication-and-authorization-using/m-p/13577305#M76259</guid>
      <dc:creator>Jeanette_Fullmer</dc:creator>
      <dc:date>2024-03-25T17:47:14Z</dc:date>
    </item>
  </channel>
</rss>

