Assign the Password Policies to Organizations
Assign the Password Policies to Organizations
Importing the password policies into OIM does not automatically assign them to organizations. This can be done using SQL, or it can be done manually in the Identity application.
Using SQL
update act
set act_password_policy_key = (Select pwr_key from pwr where pwr_name = 'TestAcctUsers')
where act_name = 'TestAccts'
Importing the password policies into OIM does not automatically assign them to organizations. This can be done using SQL, or it can be done manually in the Identity application.
Using SQL
update act
set act_password_policy_key = (Select pwr_key from pwr where pwr_name = 'TestAcctUsers')
where act_name = 'TestAccts'
Subscribe to:
Posts (Atom)
Basic Perfomance Tuning For stuck threads and response times
Documentation for performance tuning: https://docs.oracle.com/en/middleware/fusion-middleware/12.2.1.4/asper/redundant-cross-references-remo...
-
Deploying the custom jar into the OIM placeholder library The placeholder library is the file oracle.iam.ui.custom-dev-starter-pack.war. Thi...
-
1) Download Connector Server The minimum requirements to run a .NET Connector Server 12.2.1.3.0 are: Microsoft Windows Server 2003, 2008,...
-
Refresh Role Memberships schedule job is failing The schedule job "Refresh Role Memberships" is failing ever...