Overview
Version
FineBI Version | Functional Change |
---|---|
6.0 | / |
Functions
When users log into FineBI, the system needs to verify the entered username and password to ensure system security.
FineBI system provides three types of user authentication methods, and admins can choose different authentication method as needed.
AUTH Methods
Log into FineBI as admin, choose System Management > User Management, click to go to Global Setting interface, and you can see three authentication methods.

The introduction of these authentication methods is as follows:
Authentication Method | Introduction |
Built-in Authentication | Built-In AUTH refers to identity authentication based on user information on the platform. If the username and password are consistent with user information, the authentication will succeed. Otherwise, the authentication will fail. Defaults to Built-in Authentication. |
LDAP Authentication | When users log into the platform, the system will identify usernames and passwords through LDAP Authentication system. If the authentication succeeds, users can log into the system, otherwise the login fails. For details, see LDAP Authentication. |
HTTP Authentication | When users log into the platform, the system will identify usernames and passwords based on the set webpage. If the authentication succeeds, users can log into the system, otherwise the login fails. For details, see HTTP Authentication. |