...

Table of Contents
outlinetrue

 

Introduction

This document is intended to capture the process changes associated with the authentication modifications made to the Metrix application. The changes can be summarized as follows:

  1. Metrix authentication is now done by validating the user’s credentials against an Oracle database user in a similar manner to Metrix Reporting.

  2. Metrix Authentication has been moved into Metrix itself, allowing for greater control of this functionality when necessary.

  3. Functionality has been added to support password aging along with password change validation rules.

  4. Those running Metrix in a hosted P2 environment are now not able to manage user/password information within Metrix.

Oracle User Account

Similar to how Metrix Reporting is implemented, a Metrix user now requires an Oracle database user. When a user inputs their credentials, those credentials are validated against that database user. Metrix security is not affected in any way by these changes.

User Authentication moved into Metrix

This allows for greater control and flexibility of the user authentication process, if necessary.

Password Aging and Validation

As part of this enhancement, Metrix now supports password aging and password verification. This functionality is implemented by leveraging Oracle’s functionality in this area. It is accomplished by creating Database (DB) profiles and then assigning these profiles to DB users. Metrix traps various Oracle messages and displays appropriate error messages to the user. Note: Please consult Oracle documentation for information on how to setup Oracle profiles for this purpose.

...

  • Session time-out. Session time-out is the length of time the user can be inactive in Metrix before the session times out and the user is forced to log back in. Logging in after a session time-out will return the user to the last screen they were on.

Password Change within Metrix (Non-hosted clients only)

Non-hosted Metrix users will have the ability to change their password at any time within the Metrix application using the below screen.

...

Note: Once the password is changed, the user must log-out of Metrix and log back in for the new password to take effect.

Impact on Hosted Clients

Access Management is the utility that creates and maintains all users for hosted clients. This section is intended to describe how the changes are reflected in a hosted client’s environment.

...