Friday, January 8, 2016

How to deploy OAM Custom Pages?

Custom Login Pages

Customise the pages in oamcustompages.war.
Deploy the war using WLS Console
Update the Authenticatoin Schme to use the custom WAR file: 
       Context Type = customWar 
       Context Value = /oamcustompages

Custom Password Pages

Customise the pages in oamcustompages.war.
Deploy the war using WLS Console
Specify Custom Pages in Password Policy:
        Password Service URL = /oamcustompages/pages/pswd.jsp

Custom Error and Logout Pages

Customise the pages (Error.jsp, Logout.jsp) in oamcustompages.war.
Deploy the war using WLS Console
Specify Custom Pages using WLST:
       updateCustomPages(pageExtension ="jsp", context="/oamcustompages")

No comments:

Post a Comment