Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Configure a custom user name mapper

Before you begin


To use a custom user name mapper with the WebLogic Identity Assertion provider (Default Identity Asserter):

  1. If you have not already done so, in the Change Center of the Administration Console, click Lock & Edit (see Use the Change Center).
  2. On the Security Realms page, select the name of the realm you are configuring (for example, TestRealm).
  3. Expand Providers > Authentication and select the name of the Default Identity Asserter.
  4. Expand Configuration > Provider Specific.
  5. In the User Name Mapper Class Name field, enter the name of the implementation of the weblogic.security.providers.authentication.UserNameMapper interface.
  6. Click Save.
  7. In the Change Center, click Activate Changes. If automatic realm restart is enabled, you do not need to restart WebLogic Server for updates to take effect.

Back to Top