AuthPermissions.AspNetCore icon indicating copy to clipboard operation
AuthPermissions.AspNetCore copied to clipboard

This library provides extra authorization and multi-tenant features to an ASP.NET Core application.

Results 14 AuthPermissions.AspNetCore issues
Sort by recently updated
recently updated
newest added

NU1107: Version conflict detected for Microsoft.CodeAnalysis.Common. Install/reference Microsoft.CodeAnalysis.Common 4.8.0 directly to project Jiban.Application to resolve this issue. Jiban.Application -> RazorEngineCore 2024.4.1 -> Microsoft.CodeAnalysis.CSharp 4.8.0 -> Microsoft.CodeAnalysis.Common (= 4.8.0) Jiban.Application ->...

We have a .net 7 WebAPI project, and the HasPermission is reporting the following error. ``` System.InvalidOperationException: The AuthorizationPolicy named: 'InvoiceRead' was not found. at Microsoft.AspNetCore.Authorization.AuthorizationPolicy.CombineAsync(IAuthorizationPolicyProvider policyProvider, IEnumerable`1 authorizeData, IEnumerable`1...

First, thank you for the great work on this project! I have been reading through the examples and trying to piece together a solution for the problem I'm trying to...

I am using example 7 and want to allow registration only via the “Sign up a new tenant” option, not through the standard ASP.NET library. Additionally, I would like to...