Open ngjoh opened 2 weeks ago
missing actor in case the system like to do an update
.koksmat/app/services/endpoints/app/process2.go
add check for empty upn
if upn == "" { upn = claims["app_displayname"].(string) } if upn == "" { upn = "system" }
missing actor in case the system like to do an update