Don't miss out Virtual Happy Hour today (April 26).

Try our conversational search powered by Generative AI!

Cannot assign Composer access to a custom "Virtual Role"

Vote:
 

I am not able to assign access to Composer Functions for my custom "VirtualRole".

I have defined an "Editors" virtual role in my Web.Config:

<virtualRoles replacePrincipal="true">
      <providers>
          <add name="Editors" type="MyNamespace.EditorsRole, MyAssembly"/>
      </providers>
</virtualRoles>

I have made a corresponding Virtual Role Provider inheriting from "VirtualRoleProviderBase". At the moment its "IsInVirtualRole()" function always returns true.

My custom virtual role shows up in EPiServer Admin-interface, and I can successfully assign access rights to specific Episerver-pages to my custom role.

But when I assign access to specific composer functions to my virtual role, this is simply ignored. The composer functions does not show up in the Composer Toolbox.

(If I assign Composer access to a "real" Windows group, the composer functions show up in the toolbox correctly).

#32252
Aug 27, 2009 14:13
This thread is locked and should be used for reference only. Please use the Legacy add-ons forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.