It's all about IAM

Play-around with User Form Fields

Requirement: 
How to change an encrypted field to plain text field

Solution:

Create a UDF in OIM 11g through Advance Console > User Configuration
















Select Display Type as Secret and Encryption will come automatically as "Encrypted"















Click Save Next and Verify the details and click Save
















While creating user, you won't be able to the value which you entering in this field














Export the User.xml using weblogicExportMetadata Utility and search for this newly created field. You'll see "display-type" as SECRET and encryption as ENCRYPT






































Change value for following attributes:

  1. display-type : "SECRET" to "TEXT"
  2. encryption  :  "ENCRYPTION" to "CLEAR"






































Save the file and import into MDS again using weblogicImportMetadata utility

Run the PurgeCache or Restart your OIM Server

Create a user and you'll see data as plain text




You can also play-around with other fields

No comments:

Post a Comment