HENGSHI SENSE Embedded Data Analysis Solution
HENGSHI SENSE provides a powerful embedded data analysis solution. This document will detail various features and integration options.
Account Integration
By integrating the SSO authentication method, unified authentication for application identity and user identity is achieved, providing secure and reliable user identity authentication and transmission. For more details, please refer to SSO Documentation.
Single Sign-On
Simplify user authentication across applications using SSO, providing a seamless and secure user experience. For implementation details, refer to the SSO Documentation.
Feature Permissions
Effectively control feature access permissions through user role management. For more information, please refer to the User Management Documentation.
Data Permissions
Control data access through various permission settings:
- Data Connection: Refer to Connection Permissions.
- Application Publishing Permission Control: See Publishing Permission Control.
- Embedded Page Parameter Control: Refer to Publishing Page Embedded Data Filtering Guide.
Embedding Creation Pages
Embed HENGSHI product links into an iframe and add the attribute name="export"
.
For example, to embed https://preview.hengshi.com/app
, use the following code:
<iframe src="https://preview.hengshi.com/app" name="export"></iframe>
Tip
Creation area pages do not support mobile embedding.
Embed Published Pages
- Supports embedding methods similar to those in the creation area pages.
- Use the Share Button on the published pages to obtain the embed link and embed it via iframe. For more details, refer to App Share Embed.
Tip
Published pages support responsive design.
API Support
The HENGSHI system supports a client-mode RESTful Open API. For detailed API documentation, please refer to the API Documentation.
Tip
- Page embedding supports parameters, including data filtering and style customization, which will be elaborated below.
- The required API list should be considered from a product perspective. It is recommended to adopt page integration as much as possible to avoid API complexity.
- Regarding user roles and user groups, the integrator needs to consider functional permission issues: synchronizing user information to the HENGSHI system; user registration/deletion will trigger HENGSHI API calls; user role modification; coordination of user groups.