Configuring 2 Factor Authentication One Time Password (2FA OTP) as authentication method in Nodegrid

Configuring 2 Factor Authentication One Time Password (2FA OTP) as authentication method in Nodegrid

Overview

Two-factor authentication (2FA) using one-time passwords (OTPs) enhances account security by requiring users to provide two forms of identification before accessing their accounts. OTPs are randomly generated codes that are typically valid for only a short period. They add an extra layer of security beyond passwords by ensuring that even if a password is compromised, unauthorized access is still prevented without the correct OTP. Configuration involves linking a user's account to an authenticator app, offering flexibility and robust protection against unauthorized access attempts

Configuration

Add a 2-Factor Authentication Method

1. Log in to Nodegrid WebUI using an administrator account.
2. Navigate to Security :: Authentication :: 2-Factor
3. Click the Add button, input a name, select OTP Method, set the status as enable, select Time-based (TOTP) and select "Enforce OTP setup during login", then click save


Configure the Local Security Authentication

1. Navigate to Security :: Authentication :: Servers
2. Click the Index 1, Local Method
3. Select the new 2FA-OTP created as teh 2-Factor Authentication Method, make sure the status is enabled.
4. Optional, you can apply 2FA to Admin and root users if preferred.



Log in with a local account and set up the OTP Application.


1. Download and install a preferred Authenticator app to your phone: Google Authenticator, Microsoft Authenticator, Okta, or any other app that supports OTP
2. Log in with the local user
3. Input your username and credentials

4. Click Login
5. The following screen appears, open the authenticator app, select add new code, scan the QR CODE that appeared in your device.




6. These captures show the steps to follow for Google Authenticator.



7. Input the Token that appears on your phone at the Nodegrid WebUI login prompt then click login


8. You will be granted access and you will be challenged with the OTP password every time you try to log in



    • Related Articles

    • Changing the Password

      One can change the admin password with any of these methods. Method 1: Login as admin and click on admin link( drop down ) on the top right corner Click Change Password Enter your current and New passwords Click Save  Method 2: Navigate to ...
    • How to Configure Active Directory or LDAP Authentication Provider

      Version 0.1 (08 May 2018) Overview NodeGrid supports the authentication and authorization of users through different authentication providers, like LDAP. This guide will look at the different authentication options which are available with LDAP or AD ...
    • How to: Add OpenSearch Temperature visualization to Nodegrid

      The Dashboard (WebUI only) allows visual presentations of Event activities, Managed Device details, and data monitoring. Multiple dashboards can be created for different purposes. For example, one to monitor managed device data points (i.e., Power ...
    • How to Configure Okta in Nodegrid

      How to configure Single Sign-On authentication in Nodegrid using Okta This document will guide the configuration required in Nodegrid, and Okta. Nodegrid currently supports SP-Initiated SSO, and IdP-Initiated SSO. Create the Nodegrid Application ...
    • How To: Password protect remote configuration changes from profile scripts

      Overview ZPE Cloud provides a great way to remotely manage your ZPE Nodegrids and make configuration changes from the cloud. However, in some cases such as: You are a very paranoid System Administrator You work with other ZPE Cloud admins/operators ...