You can view and administer the MFA Server using the Enterprise Server Common Web Administration (ESCWA) interface. To do this you will need to give users permission to access it by defining a new class to your Security Subsystem.
There is a sample job that contains the template RACF commands required to achieve this in hlq.MFA.CNTL(MFACDT). You will need to customize this and replace the two lines that have RDEFINE xxxx and yyyy with the User IDs that you wish to grant access to.
The sample JCL is for RACF, if you are using another security product such as CA-ACF2 or CA-Top Secret you will need to make similar modifications to your security system definitions.
The typical steps for RACF are:
By default, if a user has not been given permissions then they will not be able to access any of the administrative Web API endpoints. The table below outlines the required permissions for individual operations:
Operation | Required Permission |
---|---|
List Tasks | READ |
List Statistics | READ |
Get Trace Level | READ |
List Users | READ |
Set Trace Level | ALTER |
Terminate User | ALTER |