Oracle® Identity Manager Administrative and User Console Customization Guide Release 9.0 B25943-01 |
|
![]() Previous |
![]() Next |
This section describes how to add your own logos to your Oracle Identity Manager Administrative and User Console . By copying a logo file into the EAR file, and editing the relevant values in the xlWebAdmin.properties
file, you can set Oracle Identity Manager to display your own corporate logo, or the logo of your customers or partners. This enables you to brand the appearance of the solution you are providing to your customers, or apply the branding that your partners may require if they want their own logos displayed. The logo that appears on the Oracle Identity Manager Administrative and User Console login page using the default settings is shown in Figure 5-1.
Figure 5-1 Default Logo on Administrative and User Console Login Page
Note: To control how these logos are aligned within the banner region, refer to Chapter 2, "Customizing General Page Layout" |
To replace the Oracle Identity Manager logo that appears in the left-hand region of the uppermost banner with your desired logo:
Place the image file (in GIF format) that contains your logo in the \xlWebApp\images
directory.
Open the xlWebAdmin.properties
file.
Locate the property called global.image.clientlogo
(within the GLOBAL images section) and set it to the full path and name of the image file that contains the desired logo (for example, /images/mycorporate_logo.gif
)
Note: The default value of this property is/images/client_logo.gif . |
Redeploy Xellerate.ear
(see the Accessing Administrative and User Console Customization Files section for details on how to access this directory and the xlWebAdmin.properties
file and how to redeploy the EAR file).
There is a placeholder image in the right-hand region of the uppermost banner of the Oracle Identity Manager Administrative and User Console. You can replace this placeholder image with any desired logo:
Place the image file that contains your logo in the \xlWebApp\images
directory
Locate the property called global.image.xelleratelogo
(within the GLOBAL images section) and set it to the full path and name of the image file that contains the desired logo (for example, /images/myproductbrand_logo.gif
)
Note: The default value of this property is/images/xellerate-trans-grey.gif . |
Re-deploy Xellerate.ear
(see the Accessing Administrative and User Console Customization Files section for details on how to access this directory and the xlWebAdmin.properties
file and how to redeploy the EAR file).