Hi,
I read the documentation about module zero and i tried to make this in my web module:
Configuration.Modules.Zero().RoleManagement.StaticRoles.Add(new StaticRoleDefinition("Admin", MultiTenancySides.Tenant));
...but inside Configuration.Modules there isn't "Zero()" method. What am I doing wrong? Pls. help!
Hi Everybody!
My question is how can i get the user ID in my service which called from javascript via Web API? I need user ID for my Entity which has "string SendedById" property.
I have two separated database, the Boilerplate FW uses the first and the Identity FW uses the second. I don't want module Zero yet.
Where can i pass UserId to the Web API service?
Please help me!