The CA IdentityMinder user store must include the following well-known attributes to enable user registration and access through the mobile app:
You map these well-known attributes to available user store attributes in the directory configuration file (directory.xml). If there are no available attributes, extend the user store schema. For more information about extending the schema, see the documentation for your user store.
Include the following data classifications in the attribute descriptions:
Replaces the reset code value with wildcard characters in task screens, audit records, and system logs.
Important! Do not include the sensitive data classification in the %ACTCODE% attribute definition. If you include the sensitive attribute, the mobile app does not work correctly.
Encrypts and decrypts the reset code value as it is written and read from the user store using the defined encryption key.
Causes CA IdentityMinder to ignore an attribute when an administrator creates a copy of an object in the User Console.
Follow these steps:
You can map any available attribute to the %ACTCODE% well-known.
<ImsManagedObjectAttr physicalname="attr1" displayname="ActivationCode" description="Activiation Code" valuetype="String" required="false" multivalued="false" wellknown="%ACTCODE%" maxlength="0" hidden="true" system="true">
<DataClassification name="ignore_on_copy"/> <DataClassification name=" AttributeLevelEncrypt"/> </ImsManagedObjectAttr>
<DataClassification name="sensitive"/> <DataClassification name="ignore_on_copy"/> <DataClassification name=" AttributeLevelEncrypt"/>
<DataClassification name="sensitive"/> <DataClassification name="ignore_on_copy"/> <DataClassification name=" AttributeLevelEncrypt"/>
The attribute definition resembles the following example:
<ImsManagedObjectAttr physicalname="XXXX" description="Password Reset Code" displayname="Password Reset Code" valuetype="String" wellknown="%PWRESETCODE%" maxlength="0" hidden="true" system="true">
<DataClassification name="ignore_on_copy"/> <DataClassification name="sensitive"/> <DataClassification name=" AttributeLevelEncrypt"/>
</ImsManagedObjectAttr>
Copyright © 2013 CA.
All rights reserved.
|
|