ADF Login Authentication: Authenticate with POST Data or Display Login Form
Hi,
I am looking for some input on an ADF app i'm writing, hopefully this is an easy one for you:
I implemented ADF security authentication onto an ADF application - works great. However, now I want a different application (Not ADF) to send login credentials to my ADF application behind the scenes via HTTP POST data and use that data to authenticate automatically. However, if i'm not attempting to login behind the scenes from the other app and instead just going straight to my ADF app, i want the login form to display. What would be the best way to go about this from the ADF side? Single Sign-On and OAM is not an option, so i'm trying to think of a viable alternative.
Would i need to develop a custom authentication servlet? if so, are there any good examples out there i can refer to?
Thank you,
Gavin
Edited by: GavinWoods on Oct 25, 2012 2:59 PM