Agile SSO with OAM

We are trying to authenticate Agile 9.3.2 against AD and using OAM we have configured major part and we are struck at the last part the oracle is not providing proper documentation for this.

1. Navigate to the Weblogic console where the Agile application is installed and create AgileIdentityAsserter.
a. In WLS Console:  Click on Lock and Edit.
 Move to Summary of Security Realms >AgileRealm >Providers.  Click New.  Create AgileIdentityAsserter Authentication with ―AgileIdentityAssertion‖ Provider.
b. Open the added AgileIdentityAsserter.
c. Select the Active type as remote-user and Save.
d. Click on Activate Changes.
e. Logout from the console.

2. Open agile.Properties file, and add the below settings: oam.header.name=remote-user Appendix A 465 oam.sso.logout.url=/oamsso/logout.html?end_url=/Agile No te Note: /Agile is the web-root context for the installed application

3. Open the Web.xml (application.earapplication.warWEB-INF web.xml) and change authmethod as below: client-cert, form

4. Restart the Weblogic Application Server where the Agile Application is installed.

5. Configure LDAP Server (which is used as identity store in OAM) with Agile, Migrate LDAP Users into Agile Application and Activate L

Followed the steps and created the AgileIdentityAsserter and now what else I need to do
Created identity store in OAM

Any help will be appreciated.

Add Comment
3 Answer(s)

columbus131,

Did you resolve this?  And if yes, what did you find out?  Could you leave some insight for us here?

Agile Angel Answered on July 26, 2016.
Add Comment

Yes I did resolve this but instead of using the OAM I directly authenticated against the AD and it works fine.All you need to do is follow the steps in Oracle Support and configure the web logic and java console part 

and then enable the LDAP group enable to true in agile.properties and also please make sure you import the certificates in the java/lib/security cacerts 

Agile User Answered on July 26, 2016.
Add Comment

hi, columbus131
I did encountered the same problem. I used the Apache as web proxy server and also have windows AD server.
how did you resolve this problem ? could you mention clear here ,
very appreciated.

Agile User Answered on March 25, 2019.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.