Indeed PAM does not use any third-party cloud services in its work. All software updates are made by an authorized person (system administrator) manually, without access to the Internet.
Indeed PAM software has the ability to authenticate users using two-factor authentication. To implement this function, you must use third-party software, for example, Google Authenticator. This function is active by default and can be disabled by an authorized person in systems that have restrictions on the use of this mechanism.
To ensure that the two-factor authentication mechanism is disabled in the configuration file, by default located in theĀ C:\inetpub\wwwroot\idp\appsettings.json directory, you must set the "Enable2fa" parameter to "false" and in the Indeed PAM user table (by default, it is in the IPAMIdp database) dbo.AspNetUsers in the line of each user, change the value of the "TwoFactorEnabled" parameter to "false".