From 8515052e1a6de2de56effbc61c73d3aa80169a93 Mon Sep 17 00:00:00 2001 From: Aijana Schumann Date: Mon, 15 Feb 2021 18:22:28 +0100 Subject: Add OAuth support to odlux Extend odlux to support oauth, support external login provider for sign-in Issue-ID: CCSDK-3167 Signed-off-by: Aijana Schumann Change-Id: Id5772e0026fa7ebda22c41c2620a7868598f41aa --- .../wt/odlux/framework/src2/main/resources/version.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'sdnr/wt/odlux/framework/src2/main/resources') diff --git a/sdnr/wt/odlux/framework/src2/main/resources/version.json b/sdnr/wt/odlux/framework/src2/main/resources/version.json index f74d2c966..1d9af9029 100644 --- a/sdnr/wt/odlux/framework/src2/main/resources/version.json +++ b/sdnr/wt/odlux/framework/src2/main/resources/version.json @@ -1,4 +1,19 @@ { "version":"##buildno##", - "build":"##build-timestamp##" + "build":"##build-timestamp##", + "framework":"##odlux.framework.buildno##", + "applications":{ + "configurationApp":"##odlux.apps.configurationApp.buildno##", + "connectApp":"##odlux.apps.connectApp.buildno##", + "eventLogApp":"##odlux.apps.eventLogApp.buildno##", + "faultApp":"##odlux.apps.faultApp.buildno##", + "helpApp":"##odlux.apps.helpApp.buildno##", + "inventoryApp":"##odlux.apps.inventoryApp.buildno##", + "linkCalculationApp":"##odlux.apps.linkCalculationApp.buildno##", + "maintenanceApp":"##odlux.apps.maintenanceApp.buildno##", + "mediatorApp":"##odlux.apps.mediatorApp.buildno##", + "networkMapApp":"##odlux.apps.networkMapApp.buildno##", + "permanceHistoryApp":"##odlux.apps.permanceHistoryApp.buildno##" + + } } \ No newline at end of file -- cgit 1.2.3-korg