Start of change

Using IBM MFA URLs

IBM® MFA uses specific URL forms for the main product URL, for enrolling users in authentication methods, and for policies.

Main URL

After you complete the post-installation steps, the IBM MFA GUI is available at the following URL:

https://login-server-hostname:port/mfaadmin/index.html
where:
  • login-server-hostname is the host name or IP address of the system where you installed IBM MFA server.
  • port is the SERVER AUTH PORT you configured.

Enrollment URLs

Users begin the IBM MFA certificate authentication, YubiKey, and TOTP enrollment process at the following URLs, respectively:


https://login-server-hostname:port/AZFCERT1/enroll

https://login-server-hostname:port/AZFYUBI1/enroll

https://login-server-hostname:port/AZFTOTP1/genericStart
where:
  • login-server-hostname is the host name or IP address of the system where you installed IBM MFA server.
  • port is the SERVER AUTH PORT you configured.

Policy URL

Inform users to use the policy login page that you configured, such as:


https://login-server-hostname:port/mfa/policy-name
where:
  • login-server-hostname is the host name or IP address of the system where you installed IBM MFA server.
  • port is the SERVER AUTH PORT you configured.
  • policy-name is the policy the user must use. You may want to have the user bookmark this URL.

End of change