|
|
|
@ -13,10 +13,10 @@ public static class AuthorizationHandlerCollectionExtensions |
|
|
|
|
|
|
|
|
|
|
|
services.TryAddEnumerable([ |
|
|
|
services.TryAddEnumerable([ |
|
|
|
ServiceDescriptor.Scoped<IAuthorizationHandler, BulkCollectionAuthorizationHandler>(), |
|
|
|
ServiceDescriptor.Scoped<IAuthorizationHandler, BulkCollectionAuthorizationHandler>(), |
|
|
|
ServiceDescriptor.Scoped<IAuthorizationHandler, CollectionAuthorizationHandler>(), |
|
|
|
ServiceDescriptor.Scoped<IAuthorizationHandler, CollectionAuthorizationHandler>(), |
|
|
|
ServiceDescriptor.Scoped<IAuthorizationHandler, GroupAuthorizationHandler>(), |
|
|
|
ServiceDescriptor.Scoped<IAuthorizationHandler, GroupAuthorizationHandler>(), |
|
|
|
ServiceDescriptor.Scoped<IAuthorizationHandler, OrganizationRequirementHandler>(), |
|
|
|
ServiceDescriptor.Scoped<IAuthorizationHandler, OrganizationRequirementHandler>(), |
|
|
|
ServiceDescriptor.Scoped<IAuthorizationHandler, RecoverAccountAuthorizationHandler>(), |
|
|
|
ServiceDescriptor.Scoped<IAuthorizationHandler, RecoverAccountAuthorizationHandler>(), |
|
|
|
]); |
|
|
|
]); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|