<div dir="ltr">Hi all!<div><br></div><div>I am having trouble isolating the valuePolicy for passwords to just the password attribute. </div><div><br></div><div>I have a user schema extension: </div><div><br></div><div><xsd:element name="ssn" type="t:ProtectedStringType" minOccurs="0" maxOccurs="1"><br>    <xsd:annotation><br>        <xsd:appinfo><br>            <a:indexed>false</a:indexed><br>             <a:displayName>ssn</a:displayName><br>             <a:help>Social Security Number</a:help><br>         </xsd:appinfo><br>     </xsd:annotation><br></xsd:element><br></div><div><br></div><div>I noticed after implementing my own custom valuePolicy and adding it to the global security policy it's also treating the ssn like a password. It seems by default ProtectedStringType by default treats every attribute as a password and will enforce the value policy. Is there a work around? </div></div>