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 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