Windows Security help

I followed the video tutorial to create a Windows security Blazor Web Server; however, it doesn't show us how to assign the roles to the user. Is this done as a security group in AD?

It would be awesome to add an applications-based permissions to the Windows Security template. Our AD team may not desire to setup a lot of one-off security groups for a single application. The added Studio feature could be a hybrid of the ASP.NET Identity template for managing roles to users for authorization and Windows AD for authentication.

Hi @LuckyWolf19,

You have to rely on windows roles and users. If you want application based permissions and roles you should use a different security option.

That is not an option for us as it will not met the requirements. We will make the change ourselves. Thanks