Forum Discussion
Jordy Blommaert
Jan 22, 2020Copper Contributor
Boolean in custom policy give invalid type error
I've created a custom policy where I defined following Claim: <ClaimType Id="extension_eula"> <DisplayName>Accept Eula</DisplayName> <DataType>boolean</DataType> <UserHel...
ajbeaven
Nov 10, 2022Copper Contributor
I had the same error caused by setting the wrong data type when creating the User attribute in the Azure portal (it was set to String not Boolean). Correcting this data type fixed the errors.