Tenant wird überprüft, nicht User
This commit is contained in:
@@ -23,7 +23,7 @@ namespace BeWo.Service.ServiceBehavior
|
||||
|
||||
public object BeforeInvoke(InstanceContext pInstanceContext, IClientChannel pChannel, Message pMessage)
|
||||
{
|
||||
if (LoggedInUserOperationContextExt.Current?.User is null)
|
||||
if (MultitenancyOperationContextExt.Current?.Tenant is null)
|
||||
return null;
|
||||
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user