Custom Login Page

Hi All,By default the AM presents the Sun AM login screen to perform Authentication. Can I use the login page from the application that I am protecting through policy agent?Thanks in Advance,Bala.
[224 byte] By [BalaKrish] at [2007-11-26 11:46:54]
# 1
1) Create a login page on Sun AM with the look&feel of the application. you can use the Sun AM default login page as template2) Confige the Agent on application server side to point to the new login page on SUN AIM
jxxe at 2007-7-7 11:57:43 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
Can I not use my existing application login page ? In the AMAgent.properties file the following configuration allows to specify a login page. Is this something different ? What can I specify here ?com.sun.identity.agents.config.login.form[0]Thanks,Bala.
BalaKrish at 2007-7-7 11:57:43 > top of Java-index,Web & Directory Servers,Directory Servers...
# 3

I never tried, but I think you may be able to use the login page of existing application, you can do that by customizing the page form action url, however, the standard way is to use the one on identity manager site.

If I recalled correctly, com.sun.identity.agents.config.login.form[0]

should be the right property to setup.

jxxe at 2007-7-7 11:57:43 > top of Java-index,Web & Directory Servers,Directory Servers...
# 4
Thanks. I did set up the property com.sun.identity.agents.config.login.form[0] to use the login page from my web application. For some reason it still shows the AM login page.Bala.
BalaKrish at 2007-7-7 11:57:43 > top of Java-index,Web & Directory Servers,Directory Servers...