Hi
When longing in from a mobile network carrier internet connection(Vodafone) on a desktop/notebook
When debugging the deployed application and inspecting the /AbpScripts/GetScripts call, the allPermissions object contains all the correct permissions but the grantedPermissions object is empty and does not contain any of the granted permissions for the user
But when you login trough a normal ISP the grantedPermissions object is populated correctly . Does anyone know what might cause this or how to work around it?
(function(){
abp.auth = abp.auth || {};
abp.auth.allPermissions = { 'CompanyAdmin': true, 'Security': true, 'ItemsLoad': true,
};
abp.auth.grantedPermissions = {
};
})();
Regards, Louis