Hello,
I have added claimsAuthorizationManager library get from
there in my solution but I get the below error when I test the default page:
Parser Error Message: ID1024: The configuration property value is not valid.
Property name: 'type'
Error: 'Invalid Policy format.'
I'm using a federated STS not the local one and it works fine until I try to add this part to control my web site access based on claims
I have compared my web.config with the one provided in the library solution and don't see error except the one (that is also in the library provided)
at the end of the claimsAuthorizationManager node I can read "the element cannot contains white space. content model is empty"
and on the Policy node I have: the element claimsAuthorizationManager cannot contain child element 'policy' because ...
Go to the complete details ...