OAM Login URL
Sun-EFeb 25 2013 — edited Feb 28 2013Hi,
I have created a custom login page and configured webgate to challenge users with this page when attemtping to access protected resources.
For example if user tries to access http://[*hostname/DNS*]/[*Protected Resource context root*] they get challenged but the url that is shown is the oam host and port i.e.
http://[*OAM Host*]:[*PORT*]/customLogin/pages/login.jsp[*OAM headers*]
In the authenticaton scheme this is what I have put in the chanllenge url.
How can this url match the host address?
I have tried to add the entry in the web tier mod_wl_ohs.conf file i.e. /cutomLogin and then tried updating the challenge url in the auth scheme but it is not working.
Any ideas?