Skip to content
Discussion options

You must be logged in to vote

Not that I know of. There are a couple types that need to be registered with DI on startup to support CSLA claims - I wonder if they aren't being registered somehow?

        services.AddTransient<IAuthorizationPolicyProvider, CslaPermissionsPolicyProvider>();
        services.AddTransient<IAuthorizationHandler, CslaPermissionsHandler>();

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@saulyt
Comment options

Answer selected by saulyt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants