HELP: claimsAuthorizationManage Config throwing error
I have in my configs system.identitymodel section:
<claimsAuthorizationManager type="Something.Security.SimpleClaimsAuthorizationManager, \[Something.Security\](https://ift.tt/2yNIxlH>
where Something.Security is a project and SimpleClaimsAuthorizationManager is a class under there and when I try to run the service I get this error:
"Exception: System.Configuration.ConfigurationErrorsException
Message: The value of the property 'type' cannot be parsed. The error is: The type 'Something.Security.SimpleClaimsAuthorizationManager, Something.Security' cannot be resolved. Please verify the spelling is correct or that the full type name is provided."
I have googled everything possible and out of options.
0 comments:
Post a Comment