Configuring the Identity Header Assertion Provider
Follow these steps to configure the security provider used to support the Identity
header:
-
Log in to the Administration Console for the Converged Application Server domain you want to configure.
-
In the left pane of the Console, select the Security Realms node.
-
Select the name of your security realm from the Realms table in the right pane of the Console.
-
Select the Providers tab, and then select the Authentication subtab in the right pane.
-
Click New in the Authentication Providers table.
-
Enter a name for the new provider, and select IdentityHeaderAsserter for the Type.
-
Click OK.
-
Select the name of the provider you just created in the Authentication Providers table.
-
Select the Configuration tab and then select the Provider Specific subtab.
-
Fill in the fields of the Provider Specific subtab as follows:
-
Date Period: Enter the valid period for Date header, in seconds.
-
Https Channel Name: Enter the name of an HTTPS channel the provider should use to initialize an HTTPS client. An HTTPS channel is required (and must be configured separately) if a remote certificate must be retrieved via HTTPS.
-
User Name Mapper Class Name (optional): Enter the name of a custom Java class used to map user names in the
Identity
header to user names in the default security realm. A custom user name mapper class is required if you want to map usernames in theIdentity
header to WebLogic usernames. See Securing Oracle WebLogic Server in the Oracle WebLogic Server documentation for more information.
-
-
Click Save.
-
Restart the server.