add support for API permissions at the UI layer - including ability to delegate user, role, profile management
This commit is contained in:
@ -40,7 +40,7 @@ namespace Oqtane.Security
|
||||
}
|
||||
else
|
||||
{
|
||||
return UserSecurity.IsAuthorized(GetUser(principal), roles.Replace(",",";"));
|
||||
return UserSecurity.IsAuthorized(GetUser(principal), roles);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user