Enabling/Disabling User Provisioning

To enable or disable user provisioning in the OAM/Service Provider's embedded local IdP server:

  1. To enter the WLST environment, execute the following command:
    $IAM_ORACLE_HOME/common/bin/wlst.sh
  2. To connect to the WLS Admin server, enter:
    connect()
  3. To navigate to the Domain Runtime branch, enter:
    domainRuntime()
  4. Update the userprovisioningenabled property:
    • To enable User Provisioning in OIF/SP, enter:

      putBooleanProperty("/fedserverconfig/userprovisioningenabled", "true")

    • To disable User Provisioning in OIF/SP, enter:

      putBooleanProperty("/fedserverconfig/userprovisioningenabled", "false")

  5. To exit the WLST environment, enter:

    exit()

See Also

About Configuring Oracle Access Manager

Prerequisites

Registering Agents for Oracle Access Manager Server

Enabling the Oracle Identify Federation Services

Exporting Metadata

Registering the Instantis Application SSO Agent

Configuring the Default User Authentication Mode

Where to Get Documentation

Documentation Accessibility

Where to Get Training

Where to Get Support

Legal Notices



Legal Notices
Copyright © 2016, Oracle and/or its affiliates. All rights reserved.

Last Published Tuesday, June 21, 2016