Dears,
I have developed an application using JDeveloper 12.1.3. I have enabled the ADF authentication using form-based authentication and deployed the application to the WebLogic server 12.1.3. I also added the Active Directory as the Identity provider in Weblogic to log in with the AD credentials which is working fine with a manual login.
My question is, How can I make the application auto-login by capturing the windows logged-on user.
What I want to achieve: When the user logged on to the windows with his AD account and runs the ADF app URL, the app should auto-login by capturing the windows credentials without any manual intervention.