Click the Common tab, set the Control Flag to REQUIRED. Click the Common tab, specify the chosen Active Type for your installed

Configuring Single Sign-On with Oracle Access Manager 11g 15-27 13. Proceed with Configuring the Application Authentication Method for the Authenticator .

15.2.4.2 Configuring the Application Authentication Method for the Authenticator

This topic describes how to create the application authentication method for Oracle Access Manager Authenticator. When you use the Oracle Access Manager Authenticator, all web.xml files in the application EAR file must specify BASIC in the element auth-method for the appropriate realm. The auth-method can use BASIC or FORM values. While these look like similar values in Oracle Access Manager, the auth-method specified in web.xml files are used by Oracle WebLogic Server not Oracle Access Manager. To configure the application authentication method for the Authenticator 1. Locate the web.xml file in the application EAR file: WEB-INFweb.xml 2. Locate the auth-method in login-config and enter BASIC. For example: security-constraint web-resource-collection web-resource-nameprotectedweb-resource-name url-patternservleturl-pattern web-resource-collection auth-constraint role-nameauth-usersrole-name auth-constraint security-constraint login-config auth-methodBASICauth-method login-config security-role descriptionAuthenticated Usersdescription role-nameauth-usersrole-name security-role 3. Save the file. 4. Redeploy and restart the application. 5. Repeat for each web.xml file in the application EAR file. 6. Proceed with Mapping the Authenticated User to a Group in LDAP .

15.2.4.3 Mapping the Authenticated User to a Group in LDAP

This topic describes how to map the authenticated user to a group in LDAP. To do this, you must edit the weblogic.xml file. For example, you might need to map your role-name auth-users to a group named managers in LDAP. See Also: Oracle Fusion Middleware Deploying Applications to Oracle WebLogic Server Note: For the Oracle Access Manager Authenticator, Oracle recommends auth-method BASIC in login-config within web.xml.