Customizing agent for login page
Hi guys,
How to change the form login page for my application which is deployed in the application server with policy agent.
we can not use the access manager login page as our application login.
any way to make it ?
Hi guys,
How to change the form login page for my application which is deployed in the application server with policy agent.
we can not use the access manager login page as our application login.
any way to make it ?
Talking about J2EE agents, you should use the standard Java EE mecanism of form-login alongside with the com.sun.identity.agents.config.login.form[] property in AMAgent.config
See http://docs.sun.com/app/docs/doc/819-3201/6n5eht3l2?a=view
Cheers
Seb
Hi Sebsto
Thanks for your reply,
I set the property file, but actually the request is redirected to Access Manager login page, not my local one, hope you get what I mean,
is the only way to modify the login.jsp in Access Manager server ? it is full of jato.....
Cheers.