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
1 Answer(s)
-
0
Hi,
You really have a strange situation. Does this problem repeatable for you ? Does this happen every time you try in this way ?
Have you tried with using same mobile network carrier internet connection(Vodafone) with a mobile phone ?
Can you also compare requests from mobile network carrier internet connection(Vodafone) and regular ISP. Please share both requests if you cannot find anything.