Step 1: Configuring single sign-on settings in License Metric Tool
As the first step, configure single sign-on settings in License Metric Tool.
Before you begin
- Gather necessary information
- Before you start the configuration, gather the following information:
- URL to the login page of the Identity Provider. It is the URL to which an unauthenticated
request is redirected. After the request is authenticated by the Identity Provider, the user is
redirected to License Metric Tool.
For example: https://ADFS_host_name/adfs/ls/IdPInitiatedSignOn.aspx?LoginToRP=https://LMT_host_name:9081/ibm/saml20/defaultSP.
- URL of the Trusted Issuer. It is the URL to the certificate issuer of the Identity Provider that
is needed to establish a trust relationship.
For example,
http://ADFS_host_name/adfs/services/trust
. - Public certificate of the Identity Provider in the key_name.cer format.
- URL to the login page of the Identity Provider. It is the URL to which an unauthenticated
request is redirected. After the request is authenticated by the Identity Provider, the user is
redirected to License Metric Tool.
- Enable SSL
- Ensure that SSL is enabled in License Metric Tool and in the Identity Provider.
- Backup files
- Before you start configuring single sign-on, back up the following files:
- server.xml
lmt_install_dir/wlp/usr/servers/server1
lmt_install_dir\wlp\usr\servers\server1
- web.xml
lmt_install_dir/wlp/usr/servers/server1/apps/tema.war/WEB-INF
lmt_install_dir\wlp\usr\servers\server1\apps\tema.war\WEB-INF
- server.xml
- Create users
- Create License Metric Tool users who will use the single
sign-on. During the creation of the users, select Single Sign-on as the
authentication method. Ensure that all user names are fully-qualified names that contain the full
domain name, for example: user@domain.example. Also, ensure that at least one user is an
Administrator.
If the License Metric Tool server is installed on Linux, and users in the Identity Provider use the camel-case naming convention, create users following the same convention in License Metric Tool. Otherwise, the users are not be able to generate audit snapshots.
Note: User token is not available after a single sign-on user is created. If you need the token, for example to run REST API calls, ask the License Metric Tool administrator to provide it for you.