Add OAuth support to odlux
[ccsdk/features.git] / sdnr / wt / odlux / apps / configurationApp / src / index.html
index 759b7b5..78fff78 100644 (file)
@@ -19,6 +19,7 @@
         connectApp.register();
         configurationApp.register();
         maintenanceApp.register();
+        app("./app.tsx").configureApplication({ authentication:"oauth",  enablePolicy:  true,});
         app("./app.tsx").runApplication();
       });
   </script>