Role SysAdmin is based on accountId instead of IsSysAdmin flag
carlbjorknas opened this issue · 1 comments
carlbjorknas commented
The first account that was added for me got the id 3. And it seems that although I set the IsSysAdmin flag to true, the menu isn't shown to me, probably because the role seem to be based on the id instead of the flag?
var roles = accountId == 1 ? new[] {OneTrueClaims.RoleSysAdmin} : new string[0];
onetrueerror commented
corrected in next commit