From eb086d4119b80331dbfe0fd664a59cbf73fca0b3 Mon Sep 17 00:00:00 2001 From: Gabriel Santos Date: Wed, 31 Dec 2025 12:42:21 -0500 Subject: [PATCH 1/2] update retriever per xda change --- .../Controllers/OpenXDA/XDAAPICredentialRetriever.cs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Source/Applications/SystemCenter/Controllers/OpenXDA/XDAAPICredentialRetriever.cs b/Source/Applications/SystemCenter/Controllers/OpenXDA/XDAAPICredentialRetriever.cs index 91e5a6a63..73e81ca45 100644 --- a/Source/Applications/SystemCenter/Controllers/OpenXDA/XDAAPICredentialRetriever.cs +++ b/Source/Applications/SystemCenter/Controllers/OpenXDA/XDAAPICredentialRetriever.cs @@ -23,6 +23,7 @@ using System; using System.ComponentModel; +using System.Security.Claims; using GSF.Configuration; using openXDA.APIAuthentication; using SystemCenter.Model; @@ -54,5 +55,11 @@ public bool TryRefreshSettings() Host = config.Host; return true; } + + public bool TryRetrieveCustomer(ClaimsPrincipal principal, out string customerKey) + { + customerKey = null; + return true; + } } } \ No newline at end of file From 7b9add036acbdaa2039ced7f7b2601cfebcda21d Mon Sep 17 00:00:00 2001 From: Gabriel Santos Date: Fri, 23 Jan 2026 11:49:42 -0500 Subject: [PATCH 2/2] updated submodule pointer --- Source/Applications/SystemCenter/EventWidgets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Applications/SystemCenter/EventWidgets b/Source/Applications/SystemCenter/EventWidgets index de298af96..d75968dd3 160000 --- a/Source/Applications/SystemCenter/EventWidgets +++ b/Source/Applications/SystemCenter/EventWidgets @@ -1 +1 @@ -Subproject commit de298af963e5eb7ba59e83d41d83aab857f25cc2 +Subproject commit d75968dd39b3a3070415f1c84f66625b4db6ba3a