+

Search Tips | Advanced Search

For up-to-date product documentation, see the IBM MobileFirst Foundation Developer Center.


Configure the Java EE security roles on WebSphere Application Server full profile

Configure security by mapping the Application Center Java™ EE roles to a set of users for both web applications.


Before you begin

Review the definition of roles at Configure user authentication for Application Center.


Procedure

You define the basics of user configuration in the WebSphere® Application Server console. Access to the console is usually by this address:

https://localhost:9043/ibm/console/

  1. Select Security > Global Security.
  2. Select Security Configuration Wizard to configure users.

    We can manage individual user accounts by selecting Users and Groups > Manage Users.

  3. If you deployed WAR files, map the appcenteruser and appcenteradmin roles to a set of users as follows:

    1. Select Servers > Server Types > WebSphere application servers.
    2. Select the server.
    3. In the Configuration tab, select Applications > Enterprise applications.

      Figure 1. Mapping the Application Center roles

      Form for mapping the appcenteruser and appcenteradmin user roles for an enterprise application.

    4. Select IBM_Application_Center_Services.
    5. In the Configuration tab, select Details > Security role to user/group mapping.

      Figure 2. Mapping the appcenteruser and appcenteradmin roles: user groups

      Map the security roles of the Application Center to users defined by groups.

    6. Perform the necessary customization.
    7. Click OK.
    8. Repeat steps c to g to map the roles for the console web application; in step d, select IBM_Application_Center_Console.
    9. Click Save to save the changes.
  4. If you deployed an EAR file, map the appcenteruser and appcenteradmin roles to a set of users as follows:

    1. Select Applications > Application Types > WebSphere application servers.
    2. Click AppCenterEAR.
    3. In the Detail Properties section, click Security role to user/group mapping.
    4. Customize as necessary.
    5. Click OK.
    6. Click Save.

Parent topic: Configure user authentication for Application Center