I. Overview
When a user logs in to the data decision system, the system needs to verify the entered user name and password to ensure system security.
The data decision system provides three authentication modes. The administrator can select the authentication mode as required.
II. Authentication mode
The administrator logs in to the decision system and clicks "Management System > User Management & GT; Global Settings" to see three authentication modes, as shown in the picture below:
Note: JAR package time in 2020-11-02 after the system, support multi-source users. The administrator can set authentication modes for Imported and Added Users and Synchronized Users.
The following table describes the three authentication modes:
Authentication mode | Introduction |
---|---|
Platform built in Authentication | In-platform authentication is the use of user information within the platform for authentication,If the user name and password are the same, the user is authenticated. If the user name and password are different, the user is not authenticated Platform - built authentication is used by default |
LDAP authentication | When a user logs in, the platform sends the user name and password to the LDAP system for authentication. If the authentication succeeds, the login succeeds. If the authentication fails, the login fails For details, see LDAP Authentication |
HTTP authentication | When a user logs in, the platform sends the user name and password to the specified authentication page for authentication. If the authentication succeeds, the login succeeds; if the authentication fails, the login fails For details, see HTTP Authentication |