1. Create a file access.config.patch.yml under $JFROG_HOME/artifactory/var/etc/access directory.
2. Take a backup of the access.config.latest.yml file.
3. Add the below configuration to the access.config.patch.yml file.
4. Provide the ownership of the Artifactory to the access.config.patch.yml file using the below command.
5. Restart Artifactory for the new configuration to take effect.
The MFA enablement can be confirmed on Artifactory UI by navigating to

For the authentication to be performed, by navigating to the login page please follow the below steps.
2. Take a backup of the access.config.latest.yml file.
cp access.config.latest.yml access.config.latest.yml_bkp
3. Add the below configuration to the access.config.patch.yml file.
security: multi-factor-authentication: authenticators: - "google"
4. Provide the ownership of the Artifactory to the access.config.patch.yml file using the below command.
chown artifactory:artifactory access.config.patch.yml
5. Restart Artifactory for the new configuration to take effect.
The MFA enablement can be confirmed on Artifactory UI by navigating to
Administration -> User Management -> Settings -> Multi-Factor Authentication Methodsas mentioned in the below image
For the authentication to be performed, by navigating to the login page please follow the below steps.