Bonus lesson: Creating users
Accessing the IBM® UrbanCode™ Release user interface requires a user ID and password verified by the product. This is a first approach to securing access to the development lifecycle process. But as you can imagine, using password authentication alone is not a strong security measure. The role-based security method described in this tutorial adds other layers that enhances security. However, user identification is the first task to perform in your environment.
- Import users from an authentication realm, such as Lightweight Directory Access Protocol (LDAP). The authentication realm contains user names and passwords. See the topics associated with Authentication realms for how the LDAP directory is used to authenticate users to IBM UrbanCode Release.
- Set up an authorization realm using data in a secure storage directory, such as an LDAP directory to verify user ID and passwords. The topics associated with Authorization realms describe the process for using the LDAP directory as an authorization realm.
- Manually create users by using IBM UrbanCode Release. This method is used to add a few users or users that are not included in the LDAP directory being used. The instructions for manually adding a user are described in the following Procedure section and in the Manually creating users topic.
Just like other tasks that need to be performed, adding users is limited to users who have that level of access. If you have this level of access, you can create a user to perform the exercises in this tutorial using the steps below.
Summary
You have created a user that can be used throughout this tutorial. In later lessons, you will assign permissions to the user.
- Import users from an authentication realm..
- Set up an authorization realm using data in a secure storage directory to verify user ID and passwords.
- Manually create a user.